Hello hive users,
I am getting the following exception while running bin/hive
java.io.IOException: Permission denied
at java.io.UnixFileSystem.createFileExclusively(Native Method)
at java.io.File.checkAndCreate(File.java:1704)
at java.io.File.createTempFile(File.java:1793)
at org.apache.hadoop.util.RunJar.main(RunJar.java:116)
at org.apache.hadoop.mapred.JobShell.run(JobShell.java:54)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:65)
at org.apache.hadoop.util.ToolRunner.run(ToolRunner.java:79)
at org.apache.hadoop.mapred.JobShell.main(JobShell.java:68)
Anyone else seen this??
I built hive with hadoop 0.19.1 and running with java 6.
Also anyone know how I can get more info on the stack trace.
Is there hive debug mode which prints more diagnostics??
Please let me know. I just installed hive and trying to set it up.
Thanks
Vinay