[ 
https://issues.apache.org/jira/browse/HIVE-3377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13474768#comment-13474768
 ] 

Krish commented on HIVE-3377:
-----------------------------

Line # 112 is blank; here are line numbers 105 - 120. please let me know which 
line to delete.

105   <!-- include contrib on local classpath, but not on cluster -->
106   <!-- https://reviews.facebook.net/D2133#comment-47 -->
107   <path id="test.local.classpath">
108     <path refid="${test.classpath.id}"/>
109     <fileset dir="${hive.root}/build/ivy/lib/test" 
includes="hive-contrib*.jar" erroronmissingdir="false"/>
110   </path>
111 
112 
113   <loadproperties srcfile="${ivy.conf.dir}/libraries.properties"/>
114 
115   <osfamily property="os.family"/>
116 
117   <condition property="offline">
118     <istrue value="${is-offline}"/>
119   </condition>
120   <import file="build-offline.xml"/>

                
> ant model-jar command fails in metastore
> ----------------------------------------
>
>                 Key: HIVE-3377
>                 URL: https://issues.apache.org/jira/browse/HIVE-3377
>             Project: Hive
>          Issue Type: Bug
>          Components: Metastore
>    Affects Versions: 0.10.0
>            Reporter: Vandana Ayyalasomayajula
>            Priority: Minor
>              Labels: build
>
> Running "ant model-jar" command to set up eclipse dev environment from the 
> following wiki:
> https://cwiki.apache.org/Hive/gettingstarted-eclipsesetup.html
> fails with the following message:
> BUILD FAILED
> **/workspace/hive-trunk/metastore/build.xml:22: The following error occurred 
> while executing this line:
> **/workspace/hive-trunk/build-common.xml:112: Problem: failed to create task 
> or type osfamily
> Cause: The name is undefined.
> Action: Check the spelling.
> Action: Check that any custom tasks/types have been declared.
> Action: Check that any <presetdef>/<macrodef> declarations have taken place.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to