You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by "Carl Steinbach (JIRA)" <ji...@apache.org> on 2010/02/14 08:30:28 UTC

[jira] Created: (HIVE-1168) Fix Hive build on Hudson

Fix Hive build on Hudson
------------------------

                 Key: HIVE-1168
                 URL: https://issues.apache.org/jira/browse/HIVE-1168
             Project: Hadoop Hive
          Issue Type: Bug
          Components: Build Infrastructure
            Reporter: Carl Steinbach
            Assignee: John Sichi
            Priority: Critical


{quote}
We need to delete the .ant directory containing the old ivy version in order to fix it 
(and if we're using the same environment for both trunk and branches, either 
segregate them or script an rm to clean in between).
{quote}

It's worth noting that ant may have picked up the old version of Ivy from
somewhere else. In order Ant's classpath contains:

# Ant's startup JAR file, ant-launcher.jar
# Everything in the directory containing the version of ant-launcher.jar that's
  running, i.e. everything in ANT_HOME/lib
# All JAR files in ${user.home}/.ant/lib
# Directories and JAR files supplied via the -lib command line option.
# Everything in the CLASSPATH variable unless the -noclasspath option is used.

(2) implies that users on shared machines may have to install their own
version of ant in order to get around these problems, assuming that the
administrator has install the ivy.jar in $ANT_HOME/lib


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


[jira] Commented: (HIVE-1168) Fix Hive build on Hudson

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834946#action_12834946 ] 

John Sichi commented on HIVE-1168:
----------------------------------

Thanks Johan!

0.17, 0.19, and 0.20 all passed, so maybe it was a one-off glitch on 0.18.  Let's see if it clears itself up.


> Fix Hive build on Hudson
> ------------------------
>
>                 Key: HIVE-1168
>                 URL: https://issues.apache.org/jira/browse/HIVE-1168
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>            Reporter: Carl Steinbach
>            Assignee: John Sichi
>            Priority: Critical
>
> {quote}
> We need to delete the .ant directory containing the old ivy version in order to fix it 
> (and if we're using the same environment for both trunk and branches, either 
> segregate them or script an rm to clean in between).
> {quote}
> It's worth noting that ant may have picked up the old version of Ivy from
> somewhere else. In order Ant's classpath contains:
> # Ant's startup JAR file, ant-launcher.jar
> # Everything in the directory containing the version of ant-launcher.jar that's
>   running, i.e. everything in ANT_HOME/lib
> # All JAR files in ${user.home}/.ant/lib
> # Directories and JAR files supplied via the -lib command line option.
> # Everything in the CLASSPATH variable unless the -noclasspath option is used.
> (2) implies that users on shared machines may have to install their own
> version of ant in order to get around these problems, assuming that the
> administrator has install the ivy.jar in $ANT_HOME/lib

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


[jira] Resolved: (HIVE-1168) Fix Hive build on Hudson

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HIVE-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Sichi resolved HIVE-1168.
------------------------------

    Resolution: Fixed

Hudson builds have passed for all configurations now, so marking this resolved.


> Fix Hive build on Hudson
> ------------------------
>
>                 Key: HIVE-1168
>                 URL: https://issues.apache.org/jira/browse/HIVE-1168
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>            Reporter: Carl Steinbach
>            Assignee: John Sichi
>            Priority: Critical
>
> {quote}
> We need to delete the .ant directory containing the old ivy version in order to fix it 
> (and if we're using the same environment for both trunk and branches, either 
> segregate them or script an rm to clean in between).
> {quote}
> It's worth noting that ant may have picked up the old version of Ivy from
> somewhere else. In order Ant's classpath contains:
> # Ant's startup JAR file, ant-launcher.jar
> # Everything in the directory containing the version of ant-launcher.jar that's
>   running, i.e. everything in ANT_HOME/lib
> # All JAR files in ${user.home}/.ant/lib
> # Directories and JAR files supplied via the -lib command line option.
> # Everything in the CLASSPATH variable unless the -noclasspath option is used.
> (2) implies that users on shared machines may have to install their own
> version of ant in order to get around these problems, assuming that the
> administrator has install the ivy.jar in $ANT_HOME/lib

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


[jira] Commented: (HIVE-1168) Fix Hive build on Hudson

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834423#action_12834423 ] 

John Sichi commented on HIVE-1168:
----------------------------------

I am following up on some leads on who might have access to the Hudson build environment and will update status here once I get an answer.


> Fix Hive build on Hudson
> ------------------------
>
>                 Key: HIVE-1168
>                 URL: https://issues.apache.org/jira/browse/HIVE-1168
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>            Reporter: Carl Steinbach
>            Assignee: John Sichi
>            Priority: Critical
>
> {quote}
> We need to delete the .ant directory containing the old ivy version in order to fix it 
> (and if we're using the same environment for both trunk and branches, either 
> segregate them or script an rm to clean in between).
> {quote}
> It's worth noting that ant may have picked up the old version of Ivy from
> somewhere else. In order Ant's classpath contains:
> # Ant's startup JAR file, ant-launcher.jar
> # Everything in the directory containing the version of ant-launcher.jar that's
>   running, i.e. everything in ANT_HOME/lib
> # All JAR files in ${user.home}/.ant/lib
> # Directories and JAR files supplied via the -lib command line option.
> # Everything in the CLASSPATH variable unless the -noclasspath option is used.
> (2) implies that users on shared machines may have to install their own
> version of ant in order to get around these problems, assuming that the
> administrator has install the ivy.jar in $ANT_HOME/lib

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


[jira] Commented: (HIVE-1168) Fix Hive build on Hudson

Posted by "John Sichi (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834433#action_12834433 ] 

John Sichi commented on HIVE-1168:
----------------------------------

Mailing list thread quoted by Carl is here:

http://mail-archives.apache.org/mod_mbox/hadoop-hive-dev/201002.mbox/%3C7B4F4FE5-D478-4D67-A30E-D3E88E74472E@facebook.com%3E


> Fix Hive build on Hudson
> ------------------------
>
>                 Key: HIVE-1168
>                 URL: https://issues.apache.org/jira/browse/HIVE-1168
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>            Reporter: Carl Steinbach
>            Assignee: John Sichi
>            Priority: Critical
>
> {quote}
> We need to delete the .ant directory containing the old ivy version in order to fix it 
> (and if we're using the same environment for both trunk and branches, either 
> segregate them or script an rm to clean in between).
> {quote}
> It's worth noting that ant may have picked up the old version of Ivy from
> somewhere else. In order Ant's classpath contains:
> # Ant's startup JAR file, ant-launcher.jar
> # Everything in the directory containing the version of ant-launcher.jar that's
>   running, i.e. everything in ANT_HOME/lib
> # All JAR files in ${user.home}/.ant/lib
> # Directories and JAR files supplied via the -lib command line option.
> # Everything in the CLASSPATH variable unless the -noclasspath option is used.
> (2) implies that users on shared machines may have to install their own
> version of ant in order to get around these problems, assuming that the
> administrator has install the ivy.jar in $ANT_HOME/lib

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


[jira] Commented: (HIVE-1168) Fix Hive build on Hudson

Posted by "Johan Oskarsson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834822#action_12834822 ] 

Johan Oskarsson commented on HIVE-1168:
---------------------------------------

Seems the builds started and got past this issue, but a test failed:
http://hudson.zones.apache.org/hudson/view/Hive/job/Hive-trunk-h0.18/368/testReport/junit/org.apache.hadoop.hive.cli/TestNegativeCliDriver/testNegativeCliDriver_script_broken_pipe1/

> Fix Hive build on Hudson
> ------------------------
>
>                 Key: HIVE-1168
>                 URL: https://issues.apache.org/jira/browse/HIVE-1168
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>            Reporter: Carl Steinbach
>            Assignee: John Sichi
>            Priority: Critical
>
> {quote}
> We need to delete the .ant directory containing the old ivy version in order to fix it 
> (and if we're using the same environment for both trunk and branches, either 
> segregate them or script an rm to clean in between).
> {quote}
> It's worth noting that ant may have picked up the old version of Ivy from
> somewhere else. In order Ant's classpath contains:
> # Ant's startup JAR file, ant-launcher.jar
> # Everything in the directory containing the version of ant-launcher.jar that's
>   running, i.e. everything in ANT_HOME/lib
> # All JAR files in ${user.home}/.ant/lib
> # Directories and JAR files supplied via the -lib command line option.
> # Everything in the CLASSPATH variable unless the -noclasspath option is used.
> (2) implies that users on shared machines may have to install their own
> version of ant in order to get around these problems, assuming that the
> administrator has install the ivy.jar in $ANT_HOME/lib

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


[jira] Commented: (HIVE-1168) Fix Hive build on Hudson

Posted by "Johan Oskarsson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HIVE-1168?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12834708#action_12834708 ] 

Johan Oskarsson commented on HIVE-1168:
---------------------------------------

Apologies for not keeping an eye on it, have been away for a few months. I poked the hudson machine after an email from John and the Hive build against Hadoop 0.17 finished ok. The two others will run as scheduled in a few hours and I bet they will run fine.

> Fix Hive build on Hudson
> ------------------------
>
>                 Key: HIVE-1168
>                 URL: https://issues.apache.org/jira/browse/HIVE-1168
>             Project: Hadoop Hive
>          Issue Type: Bug
>          Components: Build Infrastructure
>            Reporter: Carl Steinbach
>            Assignee: John Sichi
>            Priority: Critical
>
> {quote}
> We need to delete the .ant directory containing the old ivy version in order to fix it 
> (and if we're using the same environment for both trunk and branches, either 
> segregate them or script an rm to clean in between).
> {quote}
> It's worth noting that ant may have picked up the old version of Ivy from
> somewhere else. In order Ant's classpath contains:
> # Ant's startup JAR file, ant-launcher.jar
> # Everything in the directory containing the version of ant-launcher.jar that's
>   running, i.e. everything in ANT_HOME/lib
> # All JAR files in ${user.home}/.ant/lib
> # Directories and JAR files supplied via the -lib command line option.
> # Everything in the CLASSPATH variable unless the -noclasspath option is used.
> (2) implies that users on shared machines may have to install their own
> version of ant in order to get around these problems, assuming that the
> administrator has install the ivy.jar in $ANT_HOME/lib

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