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

Impala's hdfs-fs-cache values for namenode host and port should be read from core-site.xml file rather than input as command line args

    XMLWordPrintableJSON

Details

    • Task
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • Impala 0.5
    • Impala 0.6
    • None
    • None

    Description

      Impala hdfs-fs-cache values for namenode address and namenode port should be read from Impala's core-site.xml file rather than input as command line args. If these args are not specified when impalad starts, then it defaults to localhost:20500 which can be confusing.

      Definition:
      ./be/src/runtime/hdfs-fs-cache.cc:DEFINE_int32(nn_port, 20500, "namenode port");
      ./be/src/runtime/hdfs-fs-cache.cc:DEFINE_string(nn, "localhost", "namenode host");

      Attachments

        Activity

          People

            henryr Henry Robinson
            marcelk Marcel Kinard
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: