You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2013/10/03 00:05:43 UTC

[jira] [Commented] (HIVE-5363) HIVE-3978 broke the command line option --auxpath

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

Hudson commented on HIVE-5363:
------------------------------

FAILURE: Integrated in Hive-branch-0.12-hadoop1 #3 (See [https://builds.apache.org/job/Hive-branch-0.12-hadoop1/3/])
HIVE-5410 : Hive command line option --auxpath still does not work post HIVE-5363 (Brock Noland via Thejas Nair) (thejas: http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1528635)
* /hive/branches/branch-0.12/bin/hive


> HIVE-3978 broke the command line option --auxpath
> -------------------------------------------------
>
>                 Key: HIVE-5363
>                 URL: https://issues.apache.org/jira/browse/HIVE-5363
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: Brock Noland
>            Assignee: Brock Noland
>            Priority: Blocker
>             Fix For: 0.12.0
>
>         Attachments: HIVE-5363.patch
>
>
> HIVE-3978 changed the seperator for HIVE_AUX_JARS_PATH to : from ,. However, it's expected that it's , later on in the script, specifically here:
> {noformat}
>   AUX_CLASSPATH=${HIVE_AUX_JARS_PATH}
>   AUX_PARAM=file://${HIVE_AUX_JARS_PATH}
>   AUX_PARAM=`echo $AUX_PARAM | sed 's/,/,file:\/\//g'
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.1#6144)