Uploaded image for project: 'Pig'
  1. Pig
  2. PIG-4133

Need to update the default $HCAT_HOME dir in the PIG script.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 0.12.0
    • 0.14.0, 0.13.1
    • grunt
    • None

    Description

      Looks like we need to update the default HCAT_HOME in /bin/Pig to /usr/lib/hive-hcatalog.

      This is what it has currently.

      <snip>
      if [ "$HCAT_HOME" == "" ]; then
      if [ -d "/usr/lib/hcatalog" ]; then
      HCAT_HOME=/usr/lib/hcatalog
      else
      echo "Please initialize HCAT_HOME"
      exit -1
      fi
      fi
      </snip>

      Attachments

        1. PIG-4133.patch
          0.9 kB
          Manikandan Narayanaswamy
        2. PIG-4133.patch
          0.8 kB
          Manikandan Narayanaswamy

        Activity

          People

            mnarayan Manikandan Narayanaswamy
            mnarayan Manikandan Narayanaswamy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: