[jira] [Commented] (HIVE-5291) join32_lessSize.q has ordering problem under hadoop-2

2013-09-14 Thread Hive QA (JIRA)

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

Hive QA commented on HIVE-5291:
---



{color:red}Overall{color}: -1 no tests executed

Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12603031/HIVE-5291.patch

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/735/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/735/console

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Tests failed with: NonZeroExitCodeException: Command 'bash 
/data/hive-ptest/working/scratch/source-prep.sh' failed with exit status 1 and 
output '+ [[ -n '' ]]
+ export 'ANT_OPTS=-Xmx1g -XX:MaxPermSize=256m -Dhttp.proxyHost=localhost 
-Dhttp.proxyPort=3128'
+ ANT_OPTS='-Xmx1g -XX:MaxPermSize=256m -Dhttp.proxyHost=localhost 
-Dhttp.proxyPort=3128'
+ cd /data/hive-ptest/working/
+ tee /data/hive-ptest/logs/PreCommit-HIVE-Build-735/source-prep.txt
+ mkdir -p maven ivy
+ [[ svn = \s\v\n ]]
+ [[ -n '' ]]
+ [[ -d apache-svn-trunk-source ]]
+ [[ ! -d apache-svn-trunk-source/.svn ]]
+ [[ ! -d apache-svn-trunk-source ]]
+ cd apache-svn-trunk-source
+ svn revert -R .
Reverted 'conf/hive-default.xml.template'
Reverted 'build.xml'
Reverted 'metastore/scripts/upgrade/derby/upgrade-0.10.0-to-0.11.0.derby.sql'
Reverted 'metastore/scripts/upgrade/derby/upgrade-0.11.0-to-0.12.0.derby.sql'
Reverted 'metastore/scripts/upgrade/derby/hive-schema-0.12.0.derby.sql'
Reverted 'metastore/scripts/upgrade/mysql/upgrade-0.11.0-to-0.12.0.mysql.sql'
Reverted 'metastore/scripts/upgrade/mysql/hive-schema-0.12.0.mysql.sql'
Reverted 'metastore/scripts/upgrade/oracle/upgrade-0.11.0-to-0.12.0.oracle.sql'
Reverted 'metastore/scripts/upgrade/oracle/hive-schema-0.12.0.oracle.sql'
Reverted 
'metastore/scripts/upgrade/postgres/upgrade-0.11.0-to-0.12.0.postgres.sql'
Reverted 'metastore/scripts/upgrade/postgres/hive-schema-0.12.0.postgres.sql'
Reverted 
'metastore/src/test/org/apache/hadoop/hive/metastore/DummyRawStoreForJdoConnection.java'
Reverted 
'metastore/src/test/org/apache/hadoop/hive/metastore/DummyRawStoreControlledCommit.java'
Reverted 'metastore/src/model/package.jdo'
Reverted 'metastore/src/java/org/apache/hadoop/hive/metastore/RawStore.java'
Reverted 'metastore/src/java/org/apache/hadoop/hive/metastore/ObjectStore.java'
Reverted 
'metastore/src/java/org/apache/hadoop/hive/metastore/HiveMetaStore.java'
Reverted 'build-common.xml'
Reverted 'common/src/java/org/apache/hadoop/hive/conf/HiveConf.java'
++ egrep -v '^X|^Performing status on external'
++ awk '{print $2}'
++ svn status --no-ignore
+ rm -rf build conf/hive-default.xml.template.orig 
metastore/scripts/upgrade/derby/014-HIVE-3764.derby.sql 
metastore/scripts/upgrade/derby/upgrade.order.derby 
metastore/scripts/upgrade/mysql/014-HIVE-3764.mysql.sql 
metastore/scripts/upgrade/mysql/upgrade.order.mysql 
metastore/scripts/upgrade/oracle/014-HIVE-3764.oracle.sql 
metastore/scripts/upgrade/oracle/upgrade.order.oracle 
metastore/scripts/upgrade/oracle/upgrade-0.10.0-to-0.11.0.mysql.sql 
metastore/scripts/upgrade/postgres/014-HIVE-3764.postgres.sql 
metastore/scripts/upgrade/postgres/upgrade.order.postgres 
metastore/src/test/org/apache/hadoop/hive/metastore/TestMetastoreVersion.java 
metastore/src/model/org/apache/hadoop/hive/metastore/model/MVersionTable.java 
metastore/src/java/org/apache/hadoop/hive/metastore/MetaStoreSchemaInfo.java 
metastore/src/java/org/apache/hadoop/hive/metastore/ObjectStore.java.orig 
bin/schematool bin/ext/schemaTool.sh hcatalog/build hcatalog/core/build 
hcatalog/storage-handlers/hbase/build hcatalog/server-extensions/build 
hcatalog/webhcat/svr/build hcatalog/webhcat/java-client/build 
hcatalog/hcatalog-pig-adapter/build common/src/gen 
common/src/java/org/apache/hadoop/hive/conf/HiveConf.java.orig 
beeline/src/test/org/apache/hive/beeline/src/test/TestSchemaTool.java 
beeline/src/java/org/apache/hive/beeline/HiveSchemaTool.java 
beeline/src/java/org/apache/hive/beeline/HiveSchemaHelper.java
+ svn update

Fetching external item into 'hcatalog/src/test/e2e/harness'
External at revision 1523263.

At revision 1523263.
+ patchCommandPath=/data/hive-ptest/working/scratch/smart-apply-patch.sh
+ patchFilePath=/data/hive-ptest/working/scratch/build.patch
+ [[ -f /data/hive-ptest/working/scratch/build.patch ]]
+ chmod +x /data/hive-ptest/working/scratch/smart-apply-patch.sh
+ /data/hive-ptest/working/scratch/smart-apply-patch.sh 
/data/hive-ptest/working/scratch/build.patch
The patch does not appear to apply with p0 to p2
+ exit 1
'
{noformat}

This message is automatically generated.

> join32_lessSize.q has ordering problem under hadoop-2
> -
>
> Key: HIVE-5291
> URL: https://issues.apache.org/jira/browse/HIVE-5291
>

[jira] [Commented] (HIVE-5291) join32_lessSize.q has ordering problem under hadoop-2

2013-09-13 Thread Brock Noland (JIRA)

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

Brock Noland commented on HIVE-5291:


Shoot, I will fix this and HIVE-5290 after lunch.

> join32_lessSize.q has ordering problem under hadoop-2
> -
>
> Key: HIVE-5291
> URL: https://issues.apache.org/jira/browse/HIVE-5291
> Project: Hive
>  Issue Type: Sub-task
>  Components: Tests
>Reporter: Brock Noland
>Assignee: Brock Noland
> Fix For: 0.13.0
>
> Attachments: HIVE-5291.patch
>
>
> Test just needs more ORDER BY and output updated.

--
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-5291) join32_lessSize.q has ordering problem under hadoop-2

2013-09-13 Thread Brock Noland (JIRA)

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

Brock Noland commented on HIVE-5291:


Then it's a java 7 issue.

> join32_lessSize.q has ordering problem under hadoop-2
> -
>
> Key: HIVE-5291
> URL: https://issues.apache.org/jira/browse/HIVE-5291
> Project: Hive
>  Issue Type: Sub-task
>  Components: Tests
>Reporter: Brock Noland
>Assignee: Brock Noland
> Fix For: 0.13.0
>
> Attachments: HIVE-5291.patch
>
>
> Test just needs more ORDER BY and output updated.

--
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-5291) join32_lessSize.q has ordering problem under hadoop-2

2013-09-13 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan commented on HIVE-5291:


Patch is not applying cleanly on trunk.

> join32_lessSize.q has ordering problem under hadoop-2
> -
>
> Key: HIVE-5291
> URL: https://issues.apache.org/jira/browse/HIVE-5291
> Project: Hive
>  Issue Type: Sub-task
>  Components: Tests
>Reporter: Brock Noland
>Assignee: Brock Noland
> Fix For: 0.13.0
>
> Attachments: HIVE-5291.patch
>
>
> Test just needs more ORDER BY and output updated.

--
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-5291) join32_lessSize.q has ordering problem under hadoop-2

2013-09-13 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan commented on HIVE-5291:


Actually, I cannot repro the fail you are mentioning on latest trunk. I did
{noformat}
ant test -Dtestcase=TestCliDriver -Dmodule=ql -Dqfile=join32_lessSize.q 
-Dhadoop.mr.rev=23
{noformat}
and I got:
{noformat}
[junit] Done query: join32_lessSize.q elapsedTime=433s
[junit] Cleaning up TestCliDriver
[junit] Tests run: 2, Failures: 0, Errors: 0, Time elapsed: 436.32 sec
{noformat}

So, I am not sure what is there to fix.

> join32_lessSize.q has ordering problem under hadoop-2
> -
>
> Key: HIVE-5291
> URL: https://issues.apache.org/jira/browse/HIVE-5291
> Project: Hive
>  Issue Type: Sub-task
>  Components: Tests
>Reporter: Brock Noland
>Assignee: Brock Noland
> Fix For: 0.13.0
>
> Attachments: HIVE-5291.patch
>
>
> Test just needs more ORDER BY and output updated.

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