Hi, I'm using in a clustered environment. In my testing, I found that Impala only need HDFS on startup.what kinds of dependency does Impala have on HDFS?Thanks On Mon, Sep 9, 2019 at 9:20 PM, Jeszy<jes...@gmail.com> wrote: Hey, Impala right now needs HDFS out of the box. It would probably be a lot of work to remove that dependency.Kudu doesn't have an HDFS dependency, you could use Spark standalone or Kudu's API to query it. HTH On 2019. Sep 5., Thu at 6:31, Dinushka <dinushk...@yahoo.com> wrote:
Hi..I'm trying to only using Impala and Kudu without HDFS. But i get an error saying "Currently configured default filesystem: ProxyLocalFileSystem. fs.defaultFS (file:///) is not supported" only goes away when i install and start HDFS. can Impala and Kudu work without HDFS?