Hi, I am switching to Whirr 0.7.1 from 0.6-someversion I am facing some issue while installing the cdh distribution on RackSpace ( I am able to installing the Apache distribution ).
I have followed the instructions on this page http://whirr.apache.org/docs/0.7.1/quick-start-guide.html. This is my hadoop.properties file whirr.cluster-name=<theclustername> whirr.instance-templates=1 hadoop-jobtracker+hadoop-namenode,1 hadoop-datanode+hadoop-tasktracker whirr.provider=cloudservers-us whirr.identity=<theidentity :)> whirr.credential=<thepassword :)> whirr.hardware-id=4 whirr.image=49 whirr.private-key-file=/home/hadoepje/.ssh/id_rsa whirr.public-key-file=/home/hadoepje/.ssh/id_rsa.pub whirr.hadoop.install-function=install_cdh_hadoop whirr.hadoop.configure-function=configure_cdh_hadoop However, I am getting this error. Can someone help? Successfully executed configure script: [output= at java.io.FileOutputStream.openAppend(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream.java:207) at java.io.FileOutputStream.<init>(FileOutputStream.java:131) at org.apache.log4j.FileAppender.setFile(FileAppender.java:290) at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:164) at org.apache.log4j.DailyRollingFileAppender.activateOptions(DailyRollingFileAppender.java:216) at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:257) at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:133) hadoop-0.20-namenode. Safe mode is OFF , error=12/06/21 10:58:38 INFO namenode.FSNamesystem: supergroup=supergroup 12/06/21 10:58:38 INFO namenode.FSNamesystem: isPermissionEnabled=true 12/06/21 10:58:38 INFO namenode.FSNamesystem: dfs.block.invalidate.limit=1000 12/06/21 10:58:38 INFO namenode.FSNamesystem: isAccessTokenEnabled=false accessKeyUpdateInterval=0 min(s), accessTokenLifetime=0 min(s) 12/06/21 10:58:38 INFO common.Storage: Image file of size 110 saved in 0 seconds. 12/06/21 10:58:38 INFO common.Storage: Storage directory /data/hadoop/hdfs/name has been successfully formatted. 12/06/21 10:58:38 INFO namenode.NameNode: SHUTDOWN_MSG: /************************************************************ SHUTDOWN_MSG: Shutting down NameNode at 50-57-166-89.static.cloud-ips.com/50.57.166.89 ************************************************************/ , exitCode=0] Successfully executed configure script: [output=java.io.FileNotFoundException: /var/log/hadoop/logs/SecurityAuth.audit (Permission denied) at java.io.FileOutputStream.openAppend(Native Method) at java.io.FileOutputStream.<init>(FileOutputStream.java:207) at java.io.FileOutputStream.<init>(FileOutputStream.java:131) at org.apache.log4j.FileAppender.setFile(FileAppender.java:290) at org.apache.log4j.FileAppender.activateOptions(FileAppender.java:164) at org.apache.log4j.DailyRollingFileAppender.activateOptions(DailyRollingFileAppender.java:216) at org.apache.log4j.config.PropertySetter.activate(PropertySetter.java:257) at org.apache.log4j.config.PropertySetter.setProperties(PropertySetter.java:133) hadoop-0.20-tasktracker. Thanks and Regards, Paritosh
