You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to serenge...@googlegroups.com
I was unable to get the compute-only cluster to deploy using our Isilon cluster as the HDFS.
I edited the compute_only_cluster.json. The pertinent line: "externalHDFS": "hdfs://xxx.xxx.xxx.xxx:8020"
(xxx.xxx.xxx.xxx is the IP of the Isilon cluster) Then I deployed the cluster using this new spec file.
The cluster created succesfully but was not using the HDFS from the Islon. I was able to go onto the client and edit the core-site.xml to use the Isilon and after restarting hadoop it's working fine.
Any other experiences with deploying the compute-only clusters using Isilon or other existing HDFS?
thanks, -n
jun wang
unread,
Jun 20, 2013, 12:48:05 AM6/20/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to serenge...@googlegroups.com
Please first check in cli cluster creation command, did you use --specFile or --specfile? --specFile is correct one, while --specfile will ignore your specFile and created a default cluster(this is a bug from spring shell).
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to serenge...@googlegroups.com
That was exactly it: I typoed the case on the specFile option.
thanks!
-n
ssh...@gopivotal.com
unread,
Sep 6, 2013, 5:32:19 PM9/6/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to serenge...@googlegroups.com
once you update the core-site.xml file with hdfs entry as you indicate below and installed the bits on the computes you should be all set. Test with hdfs fs commands and it will work