I've seen things like this when the thirdparty version of things changes, since bin/impala-config.sh sets various environment variables based on that. I had some problems running "hdfs" commands that were solved with a fresh terminal and sourcing bin/impala-config.sh
This is where hdfs points for me: tarmstrong@tarmstrong-box:~/Impala/Impala$ which hdfs /home/tarmstrong/Impala/Impala/thirdparty/hadoop-2.6.0-cdh5.9.0-SNAPSHOT//bin/hdfs On Fri, Jun 24, 2016 at 9:18 AM, Jim Apple <[email protected]> wrote: > Oh, and this is after switching to the ASF branch and then switching back > > On Fri, Jun 24, 2016 at 9:16 AM, Jim Apple <[email protected]> wrote: > > I finding the following in testdata/bin/run-all.sh > > > > Failed to start hdfs-namenode. The end of the log > > > (/home/jbapple/Impala/testdata/cluster/cdh5/node-1/var/log/hdfs-namenode.out) > > is: > > /home/jbapple/Impala/testdata/cluster/cdh5/node-1/etc/init.d/common: > > line 22: hdfs: command not found > > > > Has anyone else seen this before? >
