Intel-bigdata / HiBench

HiBench is a big data benchmark suite.
Other
1.45k stars 761 forks source link

help! #708

Open yefanne opened 2 years ago

yefanne commented 2 years ago

Hello, I'm trying to generate data for streaming benchmarks with genSeedDataset.sh, but it stops because of a number of java.io.FileNotFoundException file:/tmp/hadoop-aldinuc/mapred/local/1487339796623/user_agents (No such file or directory), ending with

Exception in thread "main" java.io.IOException: Job failed! at org.apache.hadoop.mapred.JobClient.runJob(JobClient.java:873) at HiBench.HiveData.createUserVisitsTableDirectly(HiveData.java:609) at HiBench.HiveData.generate(HiveData.java:619) at HiBench.DataGen.run(DataGen.java:19) at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:70) at HiBench.DataGen.main(DataGen.java:45) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.apache.hadoop.util.RunJar.run(RunJar.java:221) at org.apache.hadoop.util.RunJar.main(RunJar.java:136)

I attach the part of log file containing the errors, hope that helps to understand the problem.

Thanks!