You need to run ./bin/create-test-configuration.sh to generate the test configurations. That's automatically run by buildall.sh in some circumstances but if you clean your workspace the configs get deleted. I often run the following commands to clean my workspace:
./bin/clean.sh && ./bin/create-test-configuration.sh On Thu, Jul 13, 2017 at 11:17 PM, sky <[email protected]> wrote: > Hi all, > When I used the command "./bin/start-impala-cluster.py" to start > the impala cluster, it will report the following error: > impalad.INFO: > I0714 13:37:13.292771 9363 status.cc:122] Currently > configured default filesystem: LocalFileSystem. fs.defaultFS (file:///) is > no > t supported. > > > HADOOP_CONF_DIR and DEFAULT_FS variables in the > ./bin/impala-config.sh is set correctly(hdfs://).The same is true for the > hadoop configuration file. > Execute the /bin/start-impala-cluster.py file will get the correct > "hdfs://" configuration only on the hadoop configuration directory , no > other directory. Why ? How does the variable affects and takes effect. > >
