Uploaded image for project: 'IMPALA'
  1. IMPALA
  2. IMPALA-1850

allow fs.defaultFS to be set to a non-HDFS filesystem

    XMLWordPrintableJSON

Details

    Description

      Now that Impala can access other Hadoop filesystems, it'd be nice if those filesystems could also be used as the fs.defaultFS. For example, this would allow Impala to run against the local filesystem without needing to start an HDFS cluster.

      The remaining things to do are:

      1) Downgrade the checkConfiguration() checks from an error. e.g.:
      a) checkFilesystem() looks for DFS.
      b) checkConfiguration() checks the short circuit socket.

      2) Fix HdfsCacheUtils related code. HdfsCacheUtils still assumes that the defaultFS has type DistributedFileSystem and that all cached entities will be against the defaultFS. Most code paths can infer the filesystem from the table/partition directory, but some paths such as waitForCacheDirective() will need some way to determine the filesystem.

      Attachments

        Issue Links

          Activity

            People

              anujphadke Anuj Phadke
              dhecht Daniel Hecht
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: