When I start impala, it says the following error:
"Currently configured default filesystem: ProxyLocalFileSystem. fs.defaultFS (file:///) is not supported"
In configs I have said to use local disk but it searches for HDFS, doesn't write any files to it, but just want it to be installed and running, then I don't get this error.
I have tried changing the location to local disk but it wants HDFS to be running in the background.
Can Impala and Kudu work without HDFS?
Is it needed for something else?