I changed the /tmp permission to 777 but it does not work
Samiran On Sat, Jul 6, 2013 at 5:54 PM, Suneel Marthi <[email protected]>wrote: > It says very clearly that you don't have write permissions, check your > file system permissions. > > > > > ________________________________ > From: Samiran Raj Boro <[email protected]> > To: [email protected] > Sent: Saturday, July 6, 2013 5:36 AM > Subject: Exception in thread "main" java.io.IOException: Permission denied > > > Hi, > I am new to mahout. I complied mahout and tried to run > classify-20newsgroups.sh program, but it shows permission denied exception. > > Exception in thread "main" java.io.IOException: Permission denied > at java.io.UnixFileSystem.createFileExclusively(Native Method) > at java.io.File.createTempFile(File.java:1879) > at org.apache.hadoop.util.RunJar.main(RunJar.java:115) > > I googled around, but could not fix this. Please let me know how to solve > this. > > Regards, > Samiran >
