Uploaded image for project: 'Hive'
  1. Hive
  2. HIVE-377

Some ANT jars should be included into hive

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Won't Fix
    • 0.3.0, 0.6.0
    • None
    • Web UI
    • None

    Description

      The WEB UI requires
      HADOOP_CLASSPATH=${HADOOP_CLASSPATH}:/opt/ant/lib/ant.jar
      HADOOP_CLASSPATH=${HADOOP_CLASSPATH}:/opt/ant/lib/ant-launcher.jar

      Right now the start script does this.

       #hwi requires ant jars
       # if [ "$ANT_LIB" = "" ] ; then
       #   ANT_LIB=/opt/ant/libs
       # fi
       # for f in ${ANT_LIB}/*.jar; do
       #   if [[ ! -f $f ]]; then
       #     continue;
       #   fi
       #   HADOOP_CLASSPATH=${HADOOP_CLASSPATH}:$f
       # done
      

      Can we add these jars? This will add 1.4 MB to the hive. If we do not want to add these I would like to make the startup script fail if the environment variable is not correct.

      Attachments

        Activity

          People

            Unassigned Unassigned
            appodictic Edward Capriolo
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: