You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Edward Capriolo (JIRA)" <ji...@apache.org> on 2010/04/27 22:10:46 UTC

[jira] Resolved: (HIVE-377) Some ANT jars should be included into hive

     [ https://issues.apache.org/jira/browse/HIVE-377?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Edward Capriolo resolved HIVE-377.
----------------------------------

    Resolution: Won't Fix

With newer releases of Hadoop & Hive Jetty and Ant are packaged differently and this is no longer and issue. 

> Some ANT jars should be included into hive
> ------------------------------------------
>
>                 Key: HIVE-377
>                 URL: https://issues.apache.org/jira/browse/HIVE-377
>             Project: Hadoop Hive
>          Issue Type: Improvement
>          Components: Web UI
>    Affects Versions: 0.3.0, 0.6.0
>            Reporter: Edward Capriolo
>             Fix For: 0.4.2
>
>
> 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.
> {noformat}
>  #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
> {noformat}
> 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.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.