You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: