Re: Start/stop scripts - particularly start-dfs.sh - in Hortonworks Data Platform 2.3.X

2015-10-24 Thread Dejan Menges
Hi Stephen, In /usr/hdp/version there's etc/ subfolder with init scripts, beside others one for datanode too (hadoop-hdfs-datanode is the name). Cheers On Oct 24, 2015 7:00 PM, "Stephen Boesch" wrote: > OK I will continue on hdp list: I am already using the hdfs command for

Re: Start/stop scripts - particularly start-dfs.sh - in Hortonworks Data Platform 2.3.X

2015-10-24 Thread Stephen Boesch
OK I will continue on hdp list: I am already using the hdfs command for all of those individual commands but they are *not* a replacement for the single start-dfs.sh 2015-10-24 9:48 GMT-07:00 Ted Yu : > See /usr/hdp/current/hadoop-hdfs-client/bin/hdfs which calls

Re: Start/stop scripts - particularly start-dfs.sh - in Hortonworks Data Platform 2.3.X

2015-10-24 Thread Stephen Boesch
Artem, the first thing I did was a find /usr/hdp -name \*.sh . I have done numerous variations on that. 2015-10-24 8:35 GMT-07:00 Artem Ervits : > Look in /usr/hdp/2.3 > On Oct 23, 2015 10:07 AM, "Stephen Boesch" wrote: > >> >> We are setting up

Re: Start/stop scripts - particularly start-dfs.sh - in Hortonworks Data Platform 2.3.X

2015-10-24 Thread Artem Ervits
Look in /usr/hdp/2.3 On Oct 23, 2015 10:07 AM, "Stephen Boesch" wrote: > > We are setting up automated deployments on a headless system: so using the > GUI is not an option here. When we search for those scripts under HDP > they are not found: > > $ pwd > /usr/hdp/current

Re: Start/stop scripts - particularly start-dfs.sh - in Hortonworks Data Platform 2.3.X

2015-10-24 Thread Ted Yu
See /usr/hdp/current/hadoop-hdfs-client/bin/hdfs which calls hdfs.distro At the top of hdfs.distro, you would see the usage: function print_usage(){ echo "Usage: hdfs [--config confdir] COMMAND" echo " where COMMAND is one of:" echo " dfs run a filesystem command on

Start/stop scripts - particularly start-dfs.sh - in Hortonworks Data Platform 2.3.X

2015-10-23 Thread Stephen Boesch
We are setting up automated deployments on a headless system: so using the GUI is not an option here. When we search for those scripts under HDP they are not found: $ pwd /usr/hdp/current Which scripts exist in HDP ? [stack@s1-639016 current]$ find -L . -name \*.sh ... There are ZERO