Hive-trunk-h0.21 - Build # 1829 - Still Failing

2012-12-01 Thread Apache Jenkins Server
Changes for Build #1828
[hashutosh] HIVE-3724 : Metastore tests use hardcoded ports (Kevin Wilfong via 
Ashutosh Chauhan)


Changes for Build #1829



1 tests failed.
FAILED:  
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_stats_aggregator_error_1

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.
at 
net.sf.antcontrib.logic.ForTask.doSequentialIteration(ForTask.java:259)
at net.sf.antcontrib.logic.ForTask.doToken(ForTask.java:268)
at net.sf.antcontrib.logic.ForTask.doTheTasks(ForTask.java:324)
at net.sf.antcontrib.logic.ForTask.execute(ForTask.java:244)




The Apache Jenkins build system has built Hive-trunk-h0.21 (build #1829)

Status: Still Failing

Check console output at https://builds.apache.org/job/Hive-trunk-h0.21/1829/ to 
view the results.

Jenkins build is back to normal : Hive-0.9.1-SNAPSHOT-h0.21 #216

2012-12-01 Thread Apache Jenkins Server
See 



[jira] [Reopened] (HIVE-3758) Failed to compile hive for hadoop 1.0.4

2012-12-01 Thread Barak (JIRA)

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

Barak  reopened HIVE-3758:
--


> Failed to compile hive for hadoop 1.0.4
> ---
>
> Key: HIVE-3758
> URL: https://issues.apache.org/jira/browse/HIVE-3758
> Project: Hive
>  Issue Type: Bug
>  Components: Build Infrastructure
>Affects Versions: 0.9.0
>Reporter: Barak 
>
> Trying to build hive from source, I was checkout the trunk, then running:
> ant very-clean package -Dhadoop.version=1.0.4 -Dhadoop-0.23.version=1.0.4 
> -Dhadoop.mr.rev=23
> The error I'm getting:
> BUILD FAILED
> /workspace/development/org/hive/trunk/build.xml:256: The following error 
> occurred while executing this line:
> /workspace/development/org/hive/trunk/ant/build.xml:38: 
> /workspace/development/org/hive/trunk/build/ivy/lib/hadoop0.23.shim not found.

--
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


[jira] [Commented] (HIVE-3758) Failed to compile hive for hadoop 1.0.4

2012-12-01 Thread Barak (JIRA)

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

Barak  commented on HIVE-3758:
--

Yep, already tried that, but it has the same end:

{code}
[hduser@hdmaster trunk]$ ant clean package -Dhadoop-0.20S.version=1.0.4
Buildfile: build.xml

clean:
 [echo] Project: hive

clean:
 [echo] Project: anttasks
   [delete] Deleting directory
...

...

compile:
 [echo] anttasks
[javac] Compiling 3 source files to 
/workspace/other/org/hive/trunk/build/anttasks/classes

BUILD FAILED
/workspace/other/org/hive/trunk/build.xml:256: The following error occurred 
while executing this line:
/workspace/other/org/hive/trunk/ant/build.xml:38: 
/workspace/other/org/hive/trunk/build/ivy/lib/hadoop0.20.shim not found.
{code}

Anything else I missed?





> Failed to compile hive for hadoop 1.0.4
> ---
>
> Key: HIVE-3758
> URL: https://issues.apache.org/jira/browse/HIVE-3758
> Project: Hive
>  Issue Type: Bug
>  Components: Build Infrastructure
>Affects Versions: 0.9.0
>Reporter: Barak 
>
> Trying to build hive from source, I was checkout the trunk, then running:
> ant very-clean package -Dhadoop.version=1.0.4 -Dhadoop-0.23.version=1.0.4 
> -Dhadoop.mr.rev=23
> The error I'm getting:
> BUILD FAILED
> /workspace/development/org/hive/trunk/build.xml:256: The following error 
> occurred while executing this line:
> /workspace/development/org/hive/trunk/ant/build.xml:38: 
> /workspace/development/org/hive/trunk/build/ivy/lib/hadoop0.23.shim not found.

--
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


[jira] [Updated] (HIVE-3384) HIVE JDBC module won't compile under JDK1.7 as new methods added in JDBC specification

2012-12-01 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan updated HIVE-3384:
---

Status: Open  (was: Patch Available)

Phabricator auto-generated diffs in not applying cleaning on svn repo. Please 
generate svn diff and upload patch directly on jira.

Btw, I resolved the conflicts manually and ran the test, all tests passed 
PluginTest which failed with following stacktrace.
{code}
test:
[junit] Exception in thread "main" java.lang.NoClassDefFoundError: 
${jvm/args}
[junit] Caused by: java.lang.ClassNotFoundException: ${jvm.args}
[junit] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
[junit] at java.security.AccessController.doPrivileged(Native Method)
[junit] at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
[junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
[junit] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
[junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
[junit] Could not find the main class: ${jvm.args}.  Program will exit.
[junit] Running org.apache.hive.pdk.PluginTest
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
{code}

> HIVE JDBC module won't compile under JDK1.7 as new methods added in JDBC 
> specification
> --
>
> Key: HIVE-3384
> URL: https://issues.apache.org/jira/browse/HIVE-3384
> Project: Hive
>  Issue Type: Bug
>  Components: JDBC
>Reporter: Weidong Bian
>Priority: Minor
> Attachments: D6873-0.9.1.patch, D6873.1.patch, D6873.2.patch, 
> D6873.3.patch, D6873.4.patch, D6873.5.patch, HIVE-3384.2.patch, 
> HIVE-3384.patch, HIVE-JDK7-JDBC.patch
>
>
> jdbc module couldn't be compiled with jdk7 as it adds some abstract method in 
> the JDBC specification 
> some error info:
>  error: HiveCallableStatement is not abstract and does not override abstract
> method getObject(String,Class) in CallableStatement
> .
> .
> .

--
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


[jira] [Comment Edited] (HIVE-3384) HIVE JDBC module won't compile under JDK1.7 as new methods added in JDBC specification

2012-12-01 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan edited comment on HIVE-3384 at 12/1/12 7:58 PM:
-

Phabricator auto-generated diffs in not applying cleaning on svn repo. Please 
generate svn diff and upload patch directly on jira.

Btw, I resolved the conflicts manually and ran the test, all tests passed 
except PluginTest which failed with following stacktrace.
{code}
test:
[junit] Exception in thread "main" java.lang.NoClassDefFoundError: 
${jvm/args}
[junit] Caused by: java.lang.ClassNotFoundException: ${jvm.args}
[junit] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
[junit] at java.security.AccessController.doPrivileged(Native Method)
[junit] at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
[junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
[junit] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
[junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
[junit] Could not find the main class: ${jvm.args}.  Program will exit.
[junit] Running org.apache.hive.pdk.PluginTest
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
{code}

  was (Author: ashutoshc):
Phabricator auto-generated diffs in not applying cleaning on svn repo. 
Please generate svn diff and upload patch directly on jira.

Btw, I resolved the conflicts manually and ran the test, all tests passed 
PluginTest which failed with following stacktrace.
{code}
test:
[junit] Exception in thread "main" java.lang.NoClassDefFoundError: 
${jvm/args}
[junit] Caused by: java.lang.ClassNotFoundException: ${jvm.args}
[junit] at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
[junit] at java.security.AccessController.doPrivileged(Native Method)
[junit] at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
[junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
[junit] at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
[junit] at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
[junit] Could not find the main class: ${jvm.args}.  Program will exit.
[junit] Running org.apache.hive.pdk.PluginTest
[junit] Tests run: 1, Failures: 0, Errors: 1, Time elapsed: 0 sec
{code}
  
> HIVE JDBC module won't compile under JDK1.7 as new methods added in JDBC 
> specification
> --
>
> Key: HIVE-3384
> URL: https://issues.apache.org/jira/browse/HIVE-3384
> Project: Hive
>  Issue Type: Bug
>  Components: JDBC
>Reporter: Weidong Bian
>Priority: Minor
> Attachments: D6873-0.9.1.patch, D6873.1.patch, D6873.2.patch, 
> D6873.3.patch, D6873.4.patch, D6873.5.patch, HIVE-3384.2.patch, 
> HIVE-3384.patch, HIVE-JDK7-JDBC.patch
>
>
> jdbc module couldn't be compiled with jdk7 as it adds some abstract method in 
> the JDBC specification 
> some error info:
>  error: HiveCallableStatement is not abstract and does not override abstract
> method getObject(String,Class) in CallableStatement
> .
> .
> .

--
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


[jira] [Resolved] (HIVE-3758) Failed to compile hive for hadoop 1.0.4

2012-12-01 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan resolved HIVE-3758.


Resolution: Invalid

Please use following flags to compile against 1.0.4
{code}
ant clean package -Dhadoop-0.20S.version=1.0.4 
{code}

> Failed to compile hive for hadoop 1.0.4
> ---
>
> Key: HIVE-3758
> URL: https://issues.apache.org/jira/browse/HIVE-3758
> Project: Hive
>  Issue Type: Bug
>  Components: Build Infrastructure
>Affects Versions: 0.9.0
>Reporter: Barak 
>
> Trying to build hive from source, I was checkout the trunk, then running:
> ant very-clean package -Dhadoop.version=1.0.4 -Dhadoop-0.23.version=1.0.4 
> -Dhadoop.mr.rev=23
> The error I'm getting:
> BUILD FAILED
> /workspace/development/org/hive/trunk/build.xml:256: The following error 
> occurred while executing this line:
> /workspace/development/org/hive/trunk/ant/build.xml:38: 
> /workspace/development/org/hive/trunk/build/ivy/lib/hadoop0.23.shim not found.

--
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


[jira] [Created] (HIVE-3761) TestNegativeMinimrCliDriver_mapreduce_stack_trace.q.out contains incorrect data.

2012-12-01 Thread Ashutosh Chauhan (JIRA)
Ashutosh Chauhan created HIVE-3761:
--

 Summary: TestNegativeMinimrCliDriver_mapreduce_stack_trace.q.out 
contains incorrect data.
 Key: HIVE-3761
 URL: https://issues.apache.org/jira/browse/HIVE-3761
 Project: Hive
  Issue Type: Bug
Reporter: Ashutosh Chauhan


In particular, it doesn't contain the stack trace of failed job, which it 
should. After HIVE-3760, this will run only against hadoop23, pointing out 
problem is only on hadoop23 and not on hadoop20 or hadoop1.

--
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


[jira] [Commented] (HIVE-3760) TestNegativeMinimrCliDriver_mapreduce_stack_trace.q fails on hadoop-1

2012-12-01 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan commented on HIVE-3760:


Note that regardless of this issue and patch, mapreduce_stack_trace.q.out is 
incorrect since it doesn't have mapreduce stack trace so that test is bogus for 
all hadoop version. 
It currently runs and passes on 0.23 which is incorrect. It also runs against 1 
and correctly fails, which this patch fixes by turning it off for hadoop-1 and 
turning mapreduce_stack_trace.q_hadoop20 on for hadoop-1

> TestNegativeMinimrCliDriver_mapreduce_stack_trace.q fails on hadoop-1
> -
>
> Key: HIVE-3760
> URL: https://issues.apache.org/jira/browse/HIVE-3760
> Project: Hive
>  Issue Type: Bug
>Reporter: Ashutosh Chauhan
>Assignee: Ashutosh Chauhan
> Attachments: hive-3760.patch
>
>
> Actually functionality is working correctly, but incorrect include/exclude 
> macro in test directive is making its .q.out comparison against incorrect 
> results.

--
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


[jira] [Updated] (HIVE-3760) TestNegativeMinimrCliDriver_mapreduce_stack_trace.q fails on hadoop-1

2012-12-01 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan updated HIVE-3760:
---

Attachment: hive-3760.patch

With this patch mapreduce_stack_trace.q doesn't run for hadoop-1 but 
mapreduce_stack_trace_hadoop20.q is run against hadoop-1. On hadoop-1 we are 
able to correctly capture mapreduce stack trace same as with hadoop20, so it 
make sense to run and check its output against mapreduce_stack_trace_hadoop20.q

With this patch this test passes on all of hadoop 0.20, 1.0 and 0.23.3

though actually mapreduce_stack_trace.q which after this patch will run only on 
0.23.3 should fail because mapreduce_stack_trace.q.out contains incorrect  
results. In particular, it doesn't capture the stack trace which it should 
capture. Wil create a separate jira for it.  

> TestNegativeMinimrCliDriver_mapreduce_stack_trace.q fails on hadoop-1
> -
>
> Key: HIVE-3760
> URL: https://issues.apache.org/jira/browse/HIVE-3760
> Project: Hive
>  Issue Type: Bug
>Reporter: Ashutosh Chauhan
> Attachments: hive-3760.patch
>
>
> Actually functionality is working correctly, but incorrect include/exclude 
> macro in test directive is making its .q.out comparison against incorrect 
> results.

--
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


[jira] [Updated] (HIVE-3760) TestNegativeMinimrCliDriver_mapreduce_stack_trace.q fails on hadoop-1

2012-12-01 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan updated HIVE-3760:
---

Assignee: Ashutosh Chauhan

> TestNegativeMinimrCliDriver_mapreduce_stack_trace.q fails on hadoop-1
> -
>
> Key: HIVE-3760
> URL: https://issues.apache.org/jira/browse/HIVE-3760
> Project: Hive
>  Issue Type: Bug
>Reporter: Ashutosh Chauhan
>Assignee: Ashutosh Chauhan
> Attachments: hive-3760.patch
>
>
> Actually functionality is working correctly, but incorrect include/exclude 
> macro in test directive is making its .q.out comparison against incorrect 
> results.

--
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


[jira] [Created] (HIVE-3760) TestNegativeMinimrCliDriver_mapreduce_stack_trace.q fails on hadoop-1

2012-12-01 Thread Ashutosh Chauhan (JIRA)
Ashutosh Chauhan created HIVE-3760:
--

 Summary: TestNegativeMinimrCliDriver_mapreduce_stack_trace.q fails 
on hadoop-1
 Key: HIVE-3760
 URL: https://issues.apache.org/jira/browse/HIVE-3760
 Project: Hive
  Issue Type: Bug
Reporter: Ashutosh Chauhan


Actually functionality is working correctly, but incorrect include/exclude 
macro in test directive is making its .q.out comparison against incorrect 
results.

--
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


[jira] [Resolved] (HIVE-3759) ant test -Dtestcase=TestNegativeMinimrCliDriver fails on Yarn

2012-12-01 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan resolved HIVE-3759.


Resolution: Invalid

Aaah... wasn't using the right combination of flags to compile and run tests.

> ant test -Dtestcase=TestNegativeMinimrCliDriver fails on Yarn
> -
>
> Key: HIVE-3759
> URL: https://issues.apache.org/jira/browse/HIVE-3759
> Project: Hive
>  Issue Type: Bug
>Reporter: Ashutosh Chauhan
>
> I tried with version 0.23.3, 0.23.5 and 2.0.0-alpha It failed on all and 
> funnily with different stack traces on all three.

--
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


[jira] [Created] (HIVE-3759) ant test -Dtestcase=TestNegativeMinimrCliDriver fails on Yarn

2012-12-01 Thread Ashutosh Chauhan (JIRA)
Ashutosh Chauhan created HIVE-3759:
--

 Summary: ant test -Dtestcase=TestNegativeMinimrCliDriver fails on 
Yarn
 Key: HIVE-3759
 URL: https://issues.apache.org/jira/browse/HIVE-3759
 Project: Hive
  Issue Type: Bug
Reporter: Ashutosh Chauhan


I tried with version 0.23.3, 0.23.5 and 2.0.0-alpha It failed on all and 
funnily with different stack traces on all three.

--
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


Build failed in Jenkins: Hive-0.9.1-SNAPSHOT-h0.21-keepgoing=false #216

2012-12-01 Thread Apache Jenkins Server
See 


--
[...truncated 9912 lines...]

compile-test:
 [echo] Project: serde
[javac] Compiling 26 source files to 

[javac] Note: Some input files use or override a deprecated API.
[javac] Note: Recompile with -Xlint:deprecation for details.
[javac] Note: Some input files use unchecked or unsafe operations.
[javac] Note: Recompile with -Xlint:unchecked for details.

create-dirs:
 [echo] Project: service
 [copy] Warning: 

 does not exist.

init:
 [echo] Project: service

ivy-init-settings:
 [echo] Project: service

ivy-resolve:
 [echo] Project: service
[ivy:resolve] :: loading settings :: file = 

[ivy:report] Processing 

 to 


ivy-retrieve:
 [echo] Project: service

compile:
 [echo] Project: service

ivy-resolve-test:
 [echo] Project: service

ivy-retrieve-test:
 [echo] Project: service

compile-test:
 [echo] Project: service
[javac] Compiling 2 source files to 


test:
 [echo] Project: hive

test-shims:
 [echo] Project: hive

test-conditions:
 [echo] Project: shims

gen-test:
 [echo] Project: shims

create-dirs:
 [echo] Project: shims
 [copy] Warning: 

 does not exist.

init:
 [echo] Project: shims

ivy-init-settings:
 [echo] Project: shims

ivy-resolve:
 [echo] Project: shims
[ivy:resolve] :: loading settings :: file = 

[ivy:report] Processing 

 to 


ivy-retrieve:
 [echo] Project: shims

compile:
 [echo] Project: shims
 [echo] Building shims 0.20

build_shims:
 [echo] Project: shims
 [echo] Compiling 

 against hadoop 0.20.2 
(

ivy-init-settings:
 [echo] Project: shims

ivy-resolve-hadoop-shim:
 [echo] Project: shims
[ivy:resolve] :: loading settings :: file = 


ivy-retrieve-hadoop-shim:
 [echo] Project: shims
 [echo] Building shims 0.20S

build_shims:
 [echo] Project: shims
 [echo] Compiling 

 against hadoop 1.0.0 
(

ivy-init-settings:
 [echo] Project: shims

ivy-resolve-hadoop-shim:
 [echo] Project: shims
[ivy:resolve] :: loading settings :: file = 


ivy-retrieve-hadoop-shim:
 [echo] Project: shims
 [echo] Building shims 0.23

build_shims:
 [echo] Project: shims
 [echo] Compiling 

 against hadoop 0.23.3 
(

Hive-trunk-h0.21 - Build # 1828 - Failure

2012-12-01 Thread Apache Jenkins Server
Changes for Build #1828
[hashutosh] HIVE-3724 : Metastore tests use hardcoded ports (Kevin Wilfong via 
Ashutosh Chauhan)




1 tests failed.
REGRESSION:  
org.apache.hadoop.hive.cli.TestNegativeCliDriver.testNegativeCliDriver_stats_aggregator_error_1

Error Message:
Forked Java VM exited abnormally. Please note the time in the report does not 
reflect the time until the VM exit.

Stack Trace:
junit.framework.AssertionFailedError: Forked Java VM exited abnormally. Please 
note the time in the report does not reflect the time until the VM exit.
at 
net.sf.antcontrib.logic.ForTask.doSequentialIteration(ForTask.java:259)
at net.sf.antcontrib.logic.ForTask.doToken(ForTask.java:268)
at net.sf.antcontrib.logic.ForTask.doTheTasks(ForTask.java:324)
at net.sf.antcontrib.logic.ForTask.execute(ForTask.java:244)




The Apache Jenkins build system has built Hive-trunk-h0.21 (build #1828)

Status: Failure

Check console output at https://builds.apache.org/job/Hive-trunk-h0.21/1828/ to 
view the results.

[jira] [Commented] (HIVE-3724) Metastore tests use hardcoded ports

2012-12-01 Thread Hudson (JIRA)

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

Hudson commented on HIVE-3724:
--

Integrated in Hive-trunk-h0.21 #1828 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/1828/])
HIVE-3724 : Metastore tests use hardcoded ports (Kevin Wilfong via Ashutosh 
Chauhan) (Revision 1415917)

 Result = FAILURE
hashutosh : 
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1415917
Files : 
* 
/hive/trunk/metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreUtils.java
* 
/hive/trunk/metastore/src/test/org/apache/hadoop/hive/metastore/TestMetaStoreEndFunctionListener.java
* 
/hive/trunk/metastore/src/test/org/apache/hadoop/hive/metastore/TestMetaStoreEventListener.java
* 
/hive/trunk/metastore/src/test/org/apache/hadoop/hive/metastore/TestRemoteHiveMetaStore.java
* 
/hive/trunk/metastore/src/test/org/apache/hadoop/hive/metastore/TestRemoteHiveMetaStoreIpAddress.java
* 
/hive/trunk/metastore/src/test/org/apache/hadoop/hive/metastore/TestSetUGIOnOnlyClient.java
* 
/hive/trunk/metastore/src/test/org/apache/hadoop/hive/metastore/TestSetUGIOnOnlyServer.java


> Metastore tests use hardcoded ports
> ---
>
> Key: HIVE-3724
> URL: https://issues.apache.org/jira/browse/HIVE-3724
> Project: Hive
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 0.10.0
>Reporter: Kevin Wilfong
>Assignee: Kevin Wilfong
>Priority: Minor
> Fix For: 0.11
>
> Attachments: HIVE-3724.1.patch.txt, HIVE-3724.2.patch.txt
>
>
> Several of the metastore tests use hardcoded ports for remote metastore 
> Thrift servers.  This is causing transient failures in Jenkins, e.g. 
> https://builds.apache.org/job/Hive-trunk-h0.21/1804/
> A few tests already dynamically determine free ports, and this logic can be 
> shared.

--
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