[jira] [Commented] (HIVE-2734) Fix some nondeterministic test output

2013-01-09 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13548345#comment-13548345
 ] 

Hudson commented on HIVE-2734:
--

Integrated in Hive-trunk-hadoop2 #54 (See 
[https://builds.apache.org/job/Hive-trunk-hadoop2/54/])
HIVE-2734 [jira] Fix some nondeterministic test output
(Zhenxiao Luo via Carl Steinbach)

Summary:
HIVE-2734: Fix some nondeterministic test output

Many Hive query tests lack an ORDER BY clause, and consequently the ordering
of the rows in the result set is nondeterministic:

groupby1_limit
input11_limit
input1_limit
input_lazyserde
join18_multi_distinct
join_1to1
join_casesensitive
join_filters
join_nulls
merge3
rcfile_columnar
rcfile_lazydecompress
rcfile_union
sample10
udf_sentences
union24
columnarserde_create_shortcut
combine1
global_limit

Test Plan: EMPTY

Reviewers: JIRA, cwsteinbach

Reviewed By: cwsteinbach

CC: zhenxiao, cwsteinbach

Differential Revision: https://reviews.facebook.net/D1449 (Revision 1236489)

 Result = ABORTED
cws : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1236489
Files : 
* /hive/trunk/ql/src/test/queries/clientpositive/columnarserde_create_shortcut.q
* /hive/trunk/ql/src/test/queries/clientpositive/combine1.q
* /hive/trunk/ql/src/test/queries/clientpositive/global_limit.q
* /hive/trunk/ql/src/test/queries/clientpositive/groupby1_limit.q
* /hive/trunk/ql/src/test/queries/clientpositive/input11_limit.q
* /hive/trunk/ql/src/test/queries/clientpositive/input1_limit.q
* /hive/trunk/ql/src/test/queries/clientpositive/input_lazyserde.q
* /hive/trunk/ql/src/test/queries/clientpositive/join18_multi_distinct.q
* /hive/trunk/ql/src/test/queries/clientpositive/join_1to1.q
* /hive/trunk/ql/src/test/queries/clientpositive/join_casesensitive.q
* /hive/trunk/ql/src/test/queries/clientpositive/join_filters.q
* /hive/trunk/ql/src/test/queries/clientpositive/join_nulls.q
* /hive/trunk/ql/src/test/queries/clientpositive/merge3.q
* /hive/trunk/ql/src/test/queries/clientpositive/rcfile_columnar.q
* /hive/trunk/ql/src/test/queries/clientpositive/rcfile_lazydecompress.q
* /hive/trunk/ql/src/test/queries/clientpositive/rcfile_union.q
* /hive/trunk/ql/src/test/queries/clientpositive/sample10.q
* /hive/trunk/ql/src/test/queries/clientpositive/udf_sentences.q
* /hive/trunk/ql/src/test/queries/clientpositive/union24.q
* 
/hive/trunk/ql/src/test/results/clientpositive/columnarserde_create_shortcut.q.out
* /hive/trunk/ql/src/test/results/clientpositive/combine1.q.out
* /hive/trunk/ql/src/test/results/clientpositive/global_limit.q.out
* /hive/trunk/ql/src/test/results/clientpositive/groupby1_limit.q.out
* /hive/trunk/ql/src/test/results/clientpositive/input11_limit.q.out
* /hive/trunk/ql/src/test/results/clientpositive/input1_limit.q.out
* /hive/trunk/ql/src/test/results/clientpositive/input_lazyserde.q.out
* /hive/trunk/ql/src/test/results/clientpositive/join18_multi_distinct.q.out
* /hive/trunk/ql/src/test/results/clientpositive/join_1to1.q.out
* /hive/trunk/ql/src/test/results/clientpositive/join_casesensitive.q.out
* /hive/trunk/ql/src/test/results/clientpositive/join_filters.q.out
* /hive/trunk/ql/src/test/results/clientpositive/join_nulls.q.out
* /hive/trunk/ql/src/test/results/clientpositive/merge3.q.out
* /hive/trunk/ql/src/test/results/clientpositive/rcfile_columnar.q.out
* /hive/trunk/ql/src/test/results/clientpositive/rcfile_lazydecompress.q.out
* /hive/trunk/ql/src/test/results/clientpositive/rcfile_union.q.out
* /hive/trunk/ql/src/test/results/clientpositive/sample10.q.out
* /hive/trunk/ql/src/test/results/clientpositive/udf_sentences.q.out
* /hive/trunk/ql/src/test/results/clientpositive/union24.q.out


 Fix some nondeterministic test output
 -

 Key: HIVE-2734
 URL: https://issues.apache.org/jira/browse/HIVE-2734
 Project: Hive
  Issue Type: Bug
  Components: Testing Infrastructure
Reporter: Zhenxiao Luo
Assignee: Zhenxiao Luo
 Fix For: 0.9.0

 Attachments: ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1359.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1359.2.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1365.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1365.2.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1419.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1425.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1443.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1449.1.patch, HIVE-2734.D1359.2.patch, 
 HIVE-2734.D1365.2.patch, HIVE-2734.D1419.1.patch, HIVE-2734.D1425.1.patch, 
 HIVE-2734.D1443.1.patch, HIVE-2734.D1449.1.patch


 Many Hive query tests lack an ORDER BY clause, and consequently the ordering
 of the rows in the result set is nondeterministic:
 groupby1_limit
 input11_limit
 input1_limit
 input_lazyserde
 join18_multi_distinct
 join_1to1
 join_casesensitive
 join_filters
 

[jira] [Commented] (HIVE-2734) Fix some nondeterministic test output

2012-12-10 Thread Phabricator (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13528505#comment-13528505
 ] 

Phabricator commented on HIVE-2734:
---

zhenxiao has abandoned the revision HIVE-2734 [jira] Fix some nondeterministic 
test output.

REVISION DETAIL
  https://reviews.facebook.net/D1443

To: JIRA, zhenxiao
Cc: zhenxiao


 Fix some nondeterministic test output
 -

 Key: HIVE-2734
 URL: https://issues.apache.org/jira/browse/HIVE-2734
 Project: Hive
  Issue Type: Bug
  Components: Testing Infrastructure
Reporter: Zhenxiao Luo
Assignee: Zhenxiao Luo
 Fix For: 0.9.0

 Attachments: ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1359.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1359.2.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1365.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1365.2.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1419.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1425.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1443.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1449.1.patch, HIVE-2734.D1359.2.patch, 
 HIVE-2734.D1365.2.patch, HIVE-2734.D1419.1.patch, HIVE-2734.D1425.1.patch, 
 HIVE-2734.D1443.1.patch, HIVE-2734.D1449.1.patch


 Many Hive query tests lack an ORDER BY clause, and consequently the ordering
 of the rows in the result set is nondeterministic:
 groupby1_limit
 input11_limit
 input1_limit
 input_lazyserde
 join18_multi_distinct
 join_1to1
 join_casesensitive
 join_filters
 join_nulls
 merge3
 rcfile_columnar
 rcfile_lazydecompress
 rcfile_union
 sample10
 udf_sentences
 union24
 columnarserde_create_shortcut
 combine1
 global_limit

--
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-2734) Fix some nondeterministic test output

2012-12-10 Thread Phabricator (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13528509#comment-13528509
 ] 

Phabricator commented on HIVE-2734:
---

zhenxiao has abandoned the revision HIVE-2734 [jira] Fix some nondeterministic 
test output.

REVISION DETAIL
  https://reviews.facebook.net/D1365

To: JIRA, zhenxiao
Cc: zhenxiao


 Fix some nondeterministic test output
 -

 Key: HIVE-2734
 URL: https://issues.apache.org/jira/browse/HIVE-2734
 Project: Hive
  Issue Type: Bug
  Components: Testing Infrastructure
Reporter: Zhenxiao Luo
Assignee: Zhenxiao Luo
 Fix For: 0.9.0

 Attachments: ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1359.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1359.2.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1365.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1365.2.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1419.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1425.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1443.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1449.1.patch, HIVE-2734.D1359.2.patch, 
 HIVE-2734.D1365.2.patch, HIVE-2734.D1419.1.patch, HIVE-2734.D1425.1.patch, 
 HIVE-2734.D1443.1.patch, HIVE-2734.D1449.1.patch


 Many Hive query tests lack an ORDER BY clause, and consequently the ordering
 of the rows in the result set is nondeterministic:
 groupby1_limit
 input11_limit
 input1_limit
 input_lazyserde
 join18_multi_distinct
 join_1to1
 join_casesensitive
 join_filters
 join_nulls
 merge3
 rcfile_columnar
 rcfile_lazydecompress
 rcfile_union
 sample10
 udf_sentences
 union24
 columnarserde_create_shortcut
 combine1
 global_limit

--
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-2734) Fix some nondeterministic test output

2012-12-10 Thread Phabricator (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13528512#comment-13528512
 ] 

Phabricator commented on HIVE-2734:
---

zhenxiao has abandoned the revision HIVE-2734 [jira] Fix some nondeterministic 
test output.

REVISION DETAIL
  https://reviews.facebook.net/D1359

To: JIRA, zhenxiao
Cc: zhenxiao


 Fix some nondeterministic test output
 -

 Key: HIVE-2734
 URL: https://issues.apache.org/jira/browse/HIVE-2734
 Project: Hive
  Issue Type: Bug
  Components: Testing Infrastructure
Reporter: Zhenxiao Luo
Assignee: Zhenxiao Luo
 Fix For: 0.9.0

 Attachments: ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1359.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1359.2.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1365.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1365.2.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1419.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1425.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1443.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1449.1.patch, HIVE-2734.D1359.2.patch, 
 HIVE-2734.D1365.2.patch, HIVE-2734.D1419.1.patch, HIVE-2734.D1425.1.patch, 
 HIVE-2734.D1443.1.patch, HIVE-2734.D1449.1.patch


 Many Hive query tests lack an ORDER BY clause, and consequently the ordering
 of the rows in the result set is nondeterministic:
 groupby1_limit
 input11_limit
 input1_limit
 input_lazyserde
 join18_multi_distinct
 join_1to1
 join_casesensitive
 join_filters
 join_nulls
 merge3
 rcfile_columnar
 rcfile_lazydecompress
 rcfile_union
 sample10
 udf_sentences
 union24
 columnarserde_create_shortcut
 combine1
 global_limit

--
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-2734) Fix some nondeterministic test output

2012-12-10 Thread Phabricator (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13528514#comment-13528514
 ] 

Phabricator commented on HIVE-2734:
---

zhenxiao has abandoned the revision HIVE-2734 [jira] Fix some nondeterministic 
test output.

REVISION DETAIL
  https://reviews.facebook.net/D1419

To: JIRA, zhenxiao
Cc: zhenxiao


 Fix some nondeterministic test output
 -

 Key: HIVE-2734
 URL: https://issues.apache.org/jira/browse/HIVE-2734
 Project: Hive
  Issue Type: Bug
  Components: Testing Infrastructure
Reporter: Zhenxiao Luo
Assignee: Zhenxiao Luo
 Fix For: 0.9.0

 Attachments: ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1359.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1359.2.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1365.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1365.2.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1419.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1425.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1443.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1449.1.patch, HIVE-2734.D1359.2.patch, 
 HIVE-2734.D1365.2.patch, HIVE-2734.D1419.1.patch, HIVE-2734.D1425.1.patch, 
 HIVE-2734.D1443.1.patch, HIVE-2734.D1449.1.patch


 Many Hive query tests lack an ORDER BY clause, and consequently the ordering
 of the rows in the result set is nondeterministic:
 groupby1_limit
 input11_limit
 input1_limit
 input_lazyserde
 join18_multi_distinct
 join_1to1
 join_casesensitive
 join_filters
 join_nulls
 merge3
 rcfile_columnar
 rcfile_lazydecompress
 rcfile_union
 sample10
 udf_sentences
 union24
 columnarserde_create_shortcut
 combine1
 global_limit

--
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-2734) Fix some nondeterministic test output

2012-12-10 Thread Phabricator (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13528515#comment-13528515
 ] 

Phabricator commented on HIVE-2734:
---

zhenxiao has abandoned the revision HIVE-2734 [jira] Fix some nondeterministic 
test output.

REVISION DETAIL
  https://reviews.facebook.net/D1425

To: JIRA, zhenxiao
Cc: zhenxiao


 Fix some nondeterministic test output
 -

 Key: HIVE-2734
 URL: https://issues.apache.org/jira/browse/HIVE-2734
 Project: Hive
  Issue Type: Bug
  Components: Testing Infrastructure
Reporter: Zhenxiao Luo
Assignee: Zhenxiao Luo
 Fix For: 0.9.0

 Attachments: ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1359.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1359.2.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1365.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1365.2.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1419.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1425.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1443.1.patch, 
 ASF.LICENSE.NOT.GRANTED--HIVE-2734.D1449.1.patch, HIVE-2734.D1359.2.patch, 
 HIVE-2734.D1365.2.patch, HIVE-2734.D1419.1.patch, HIVE-2734.D1425.1.patch, 
 HIVE-2734.D1443.1.patch, HIVE-2734.D1449.1.patch


 Many Hive query tests lack an ORDER BY clause, and consequently the ordering
 of the rows in the result set is nondeterministic:
 groupby1_limit
 input11_limit
 input1_limit
 input_lazyserde
 join18_multi_distinct
 join_1to1
 join_casesensitive
 join_filters
 join_nulls
 merge3
 rcfile_columnar
 rcfile_lazydecompress
 rcfile_union
 sample10
 udf_sentences
 union24
 columnarserde_create_shortcut
 combine1
 global_limit

--
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-2734) Fix some nondeterministic test output

2012-01-26 Thread Phabricator (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13194356#comment-13194356
 ] 

Phabricator commented on HIVE-2734:
---

zhenxiao has committed the revision HIVE-2734 [jira] Fix some nondeterministic 
test output.

  Change committed by cws.

REVISION DETAIL
  https://reviews.facebook.net/D1449

COMMIT
  https://reviews.facebook.net/rHIVE1236489


 Fix some nondeterministic test output
 -

 Key: HIVE-2734
 URL: https://issues.apache.org/jira/browse/HIVE-2734
 Project: Hive
  Issue Type: Bug
  Components: Testing Infrastructure
Reporter: Zhenxiao Luo
Assignee: Zhenxiao Luo
 Fix For: 0.9.0

 Attachments: HIVE-2734.D1359.1.patch, HIVE-2734.D1359.2.patch, 
 HIVE-2734.D1359.2.patch, HIVE-2734.D1365.1.patch, HIVE-2734.D1365.2.patch, 
 HIVE-2734.D1365.2.patch, HIVE-2734.D1419.1.patch, HIVE-2734.D1419.1.patch, 
 HIVE-2734.D1425.1.patch, HIVE-2734.D1425.1.patch, HIVE-2734.D1443.1.patch, 
 HIVE-2734.D1443.1.patch, HIVE-2734.D1449.1.patch, HIVE-2734.D1449.1.patch


 Many Hive query tests lack an ORDER BY clause, and consequently the ordering
 of the rows in the result set is nondeterministic:
 groupby1_limit
 input11_limit
 input1_limit
 input_lazyserde
 join18_multi_distinct
 join_1to1
 join_casesensitive
 join_filters
 join_nulls
 merge3
 rcfile_columnar
 rcfile_lazydecompress
 rcfile_union
 sample10
 udf_sentences
 union24
 columnarserde_create_shortcut
 combine1
 global_limit

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2734) Fix some nondeterministic test output

2012-01-26 Thread Hudson (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13194505#comment-13194505
 ] 

Hudson commented on HIVE-2734:
--

Integrated in Hive-trunk-h0.21 #1224 (See 
[https://builds.apache.org/job/Hive-trunk-h0.21/1224/])
HIVE-2734 [jira] Fix some nondeterministic test output
(Zhenxiao Luo via Carl Steinbach)

Summary:
HIVE-2734: Fix some nondeterministic test output

Many Hive query tests lack an ORDER BY clause, and consequently the ordering
of the rows in the result set is nondeterministic:

groupby1_limit
input11_limit
input1_limit
input_lazyserde
join18_multi_distinct
join_1to1
join_casesensitive
join_filters
join_nulls
merge3
rcfile_columnar
rcfile_lazydecompress
rcfile_union
sample10
udf_sentences
union24
columnarserde_create_shortcut
combine1
global_limit

Test Plan: EMPTY

Reviewers: JIRA, cwsteinbach

Reviewed By: cwsteinbach

CC: zhenxiao, cwsteinbach

Differential Revision: https://reviews.facebook.net/D1449

cws : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVNview=revrev=1236489
Files : 
* /hive/trunk/ql/src/test/queries/clientpositive/columnarserde_create_shortcut.q
* /hive/trunk/ql/src/test/queries/clientpositive/combine1.q
* /hive/trunk/ql/src/test/queries/clientpositive/global_limit.q
* /hive/trunk/ql/src/test/queries/clientpositive/groupby1_limit.q
* /hive/trunk/ql/src/test/queries/clientpositive/input11_limit.q
* /hive/trunk/ql/src/test/queries/clientpositive/input1_limit.q
* /hive/trunk/ql/src/test/queries/clientpositive/input_lazyserde.q
* /hive/trunk/ql/src/test/queries/clientpositive/join18_multi_distinct.q
* /hive/trunk/ql/src/test/queries/clientpositive/join_1to1.q
* /hive/trunk/ql/src/test/queries/clientpositive/join_casesensitive.q
* /hive/trunk/ql/src/test/queries/clientpositive/join_filters.q
* /hive/trunk/ql/src/test/queries/clientpositive/join_nulls.q
* /hive/trunk/ql/src/test/queries/clientpositive/merge3.q
* /hive/trunk/ql/src/test/queries/clientpositive/rcfile_columnar.q
* /hive/trunk/ql/src/test/queries/clientpositive/rcfile_lazydecompress.q
* /hive/trunk/ql/src/test/queries/clientpositive/rcfile_union.q
* /hive/trunk/ql/src/test/queries/clientpositive/sample10.q
* /hive/trunk/ql/src/test/queries/clientpositive/udf_sentences.q
* /hive/trunk/ql/src/test/queries/clientpositive/union24.q
* 
/hive/trunk/ql/src/test/results/clientpositive/columnarserde_create_shortcut.q.out
* /hive/trunk/ql/src/test/results/clientpositive/combine1.q.out
* /hive/trunk/ql/src/test/results/clientpositive/global_limit.q.out
* /hive/trunk/ql/src/test/results/clientpositive/groupby1_limit.q.out
* /hive/trunk/ql/src/test/results/clientpositive/input11_limit.q.out
* /hive/trunk/ql/src/test/results/clientpositive/input1_limit.q.out
* /hive/trunk/ql/src/test/results/clientpositive/input_lazyserde.q.out
* /hive/trunk/ql/src/test/results/clientpositive/join18_multi_distinct.q.out
* /hive/trunk/ql/src/test/results/clientpositive/join_1to1.q.out
* /hive/trunk/ql/src/test/results/clientpositive/join_casesensitive.q.out
* /hive/trunk/ql/src/test/results/clientpositive/join_filters.q.out
* /hive/trunk/ql/src/test/results/clientpositive/join_nulls.q.out
* /hive/trunk/ql/src/test/results/clientpositive/merge3.q.out
* /hive/trunk/ql/src/test/results/clientpositive/rcfile_columnar.q.out
* /hive/trunk/ql/src/test/results/clientpositive/rcfile_lazydecompress.q.out
* /hive/trunk/ql/src/test/results/clientpositive/rcfile_union.q.out
* /hive/trunk/ql/src/test/results/clientpositive/sample10.q.out
* /hive/trunk/ql/src/test/results/clientpositive/udf_sentences.q.out
* /hive/trunk/ql/src/test/results/clientpositive/union24.q.out


 Fix some nondeterministic test output
 -

 Key: HIVE-2734
 URL: https://issues.apache.org/jira/browse/HIVE-2734
 Project: Hive
  Issue Type: Bug
  Components: Testing Infrastructure
Reporter: Zhenxiao Luo
Assignee: Zhenxiao Luo
 Fix For: 0.9.0

 Attachments: HIVE-2734.D1359.1.patch, HIVE-2734.D1359.2.patch, 
 HIVE-2734.D1359.2.patch, HIVE-2734.D1365.1.patch, HIVE-2734.D1365.2.patch, 
 HIVE-2734.D1365.2.patch, HIVE-2734.D1419.1.patch, HIVE-2734.D1419.1.patch, 
 HIVE-2734.D1425.1.patch, HIVE-2734.D1425.1.patch, HIVE-2734.D1443.1.patch, 
 HIVE-2734.D1443.1.patch, HIVE-2734.D1449.1.patch, HIVE-2734.D1449.1.patch


 Many Hive query tests lack an ORDER BY clause, and consequently the ordering
 of the rows in the result set is nondeterministic:
 groupby1_limit
 input11_limit
 input1_limit
 input_lazyserde
 join18_multi_distinct
 join_1to1
 join_casesensitive
 join_filters
 join_nulls
 merge3
 rcfile_columnar
 rcfile_lazydecompress
 rcfile_union
 sample10
 udf_sentences
 union24
 columnarserde_create_shortcut
 combine1
 global_limit

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please 

[jira] [Commented] (HIVE-2734) Fix some nondeterministic test output

2012-01-25 Thread Phabricator (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13193480#comment-13193480
 ] 

Phabricator commented on HIVE-2734:
---

zhenxiao has commented on the revision HIVE-2734 [jira] Fix some 
nondeterministic test output.

  patch for branch-0.8-r2

REVISION DETAIL
  https://reviews.facebook.net/D1443


 Fix some nondeterministic test output
 -

 Key: HIVE-2734
 URL: https://issues.apache.org/jira/browse/HIVE-2734
 Project: Hive
  Issue Type: Bug
Reporter: Zhenxiao Luo
Assignee: Zhenxiao Luo
 Attachments: HIVE-2734.D1359.1.patch, HIVE-2734.D1359.2.patch, 
 HIVE-2734.D1359.2.patch, HIVE-2734.D1365.1.patch, HIVE-2734.D1365.2.patch, 
 HIVE-2734.D1365.2.patch, HIVE-2734.D1419.1.patch, HIVE-2734.D1419.1.patch, 
 HIVE-2734.D1425.1.patch, HIVE-2734.D1425.1.patch, HIVE-2734.D1443.1.patch


 Many Hive query tests lack an ORDER BY clause, and consequently the ordering
 of the rows in the result set is nondeterministic:
 groupby1_limit
 input11_limit
 input1_limit
 input_lazyserde
 join18_multi_distinct
 join_1to1
 join_casesensitive
 join_filters
 join_nulls
 merge3
 rcfile_columnar
 rcfile_lazydecompress
 rcfile_union
 sample10
 udf_sentences
 union24
 columnarserde_create_shortcut
 combine1
 global_limit

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2734) Fix some nondeterministic test output

2012-01-25 Thread Phabricator (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13193503#comment-13193503
 ] 

Phabricator commented on HIVE-2734:
---

zhenxiao has commented on the revision HIVE-2734 [jira] Fix some 
nondeterministic test output.

  This is the patch for trunk

REVISION DETAIL
  https://reviews.facebook.net/D1449


 Fix some nondeterministic test output
 -

 Key: HIVE-2734
 URL: https://issues.apache.org/jira/browse/HIVE-2734
 Project: Hive
  Issue Type: Bug
Reporter: Zhenxiao Luo
Assignee: Zhenxiao Luo
 Attachments: HIVE-2734.D1359.1.patch, HIVE-2734.D1359.2.patch, 
 HIVE-2734.D1359.2.patch, HIVE-2734.D1365.1.patch, HIVE-2734.D1365.2.patch, 
 HIVE-2734.D1365.2.patch, HIVE-2734.D1419.1.patch, HIVE-2734.D1419.1.patch, 
 HIVE-2734.D1425.1.patch, HIVE-2734.D1425.1.patch, HIVE-2734.D1443.1.patch


 Many Hive query tests lack an ORDER BY clause, and consequently the ordering
 of the rows in the result set is nondeterministic:
 groupby1_limit
 input11_limit
 input1_limit
 input_lazyserde
 join18_multi_distinct
 join_1to1
 join_casesensitive
 join_filters
 join_nulls
 merge3
 rcfile_columnar
 rcfile_lazydecompress
 rcfile_union
 sample10
 udf_sentences
 union24
 columnarserde_create_shortcut
 combine1
 global_limit

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2734) Fix some nondeterministic test output

2012-01-25 Thread Phabricator (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13193527#comment-13193527
 ] 

Phabricator commented on HIVE-2734:
---

cwsteinbach has accepted the revision HIVE-2734 [jira] Fix some 
nondeterministic test output.

  +1. Will commit if tests pass.

REVISION DETAIL
  https://reviews.facebook.net/D1449


 Fix some nondeterministic test output
 -

 Key: HIVE-2734
 URL: https://issues.apache.org/jira/browse/HIVE-2734
 Project: Hive
  Issue Type: Bug
Reporter: Zhenxiao Luo
Assignee: Zhenxiao Luo
 Attachments: HIVE-2734.D1359.1.patch, HIVE-2734.D1359.2.patch, 
 HIVE-2734.D1359.2.patch, HIVE-2734.D1365.1.patch, HIVE-2734.D1365.2.patch, 
 HIVE-2734.D1365.2.patch, HIVE-2734.D1419.1.patch, HIVE-2734.D1419.1.patch, 
 HIVE-2734.D1425.1.patch, HIVE-2734.D1425.1.patch, HIVE-2734.D1443.1.patch, 
 HIVE-2734.D1443.1.patch, HIVE-2734.D1449.1.patch, HIVE-2734.D1449.1.patch


 Many Hive query tests lack an ORDER BY clause, and consequently the ordering
 of the rows in the result set is nondeterministic:
 groupby1_limit
 input11_limit
 input1_limit
 input_lazyserde
 join18_multi_distinct
 join_1to1
 join_casesensitive
 join_filters
 join_nulls
 merge3
 rcfile_columnar
 rcfile_lazydecompress
 rcfile_union
 sample10
 udf_sentences
 union24
 columnarserde_create_shortcut
 combine1
 global_limit

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2734) Fix some nondeterministic test output

2012-01-24 Thread Phabricator (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13192852#comment-13192852
 ] 

Phabricator commented on HIVE-2734:
---

zhenxiao has commented on the revision HIVE-2734 [jira] Fix some 
nondeterministic test output.

  New Patch for apache/trunk

REVISION DETAIL
  https://reviews.facebook.net/D1419


 Fix some nondeterministic test output
 -

 Key: HIVE-2734
 URL: https://issues.apache.org/jira/browse/HIVE-2734
 Project: Hive
  Issue Type: Bug
Reporter: Zhenxiao Luo
Assignee: Zhenxiao Luo
 Attachments: HIVE-2734.D1359.1.patch, HIVE-2734.D1359.2.patch, 
 HIVE-2734.D1359.2.patch, HIVE-2734.D1365.1.patch, HIVE-2734.D1365.2.patch, 
 HIVE-2734.D1365.2.patch, HIVE-2734.D1419.1.patch


 Many Hive query tests lack an ORDER BY clause, and consequently the ordering
 of the rows in the result set is nondeterministic:
 groupby1_limit
 input11_limit
 input1_limit
 input_lazyserde
 join18_multi_distinct
 join_1to1
 join_casesensitive
 join_filters
 join_nulls
 merge3
 metadataonly1
 rcfile_columnar
 rcfile_lazydecompress
 rcfile_union
 sample10
 udf_sentences
 union24
 virtual_column

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2734) Fix some nondeterministic test output

2012-01-24 Thread Phabricator (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13192866#comment-13192866
 ] 

Phabricator commented on HIVE-2734:
---

zhenxiao has commented on the revision HIVE-2734 [jira] Fix some 
nondeterministic test output.

  This is the patch for apache/branch-0.8-r2

REVISION DETAIL
  https://reviews.facebook.net/D1425


 Fix some nondeterministic test output
 -

 Key: HIVE-2734
 URL: https://issues.apache.org/jira/browse/HIVE-2734
 Project: Hive
  Issue Type: Bug
Reporter: Zhenxiao Luo
Assignee: Zhenxiao Luo
 Attachments: HIVE-2734.D1359.1.patch, HIVE-2734.D1359.2.patch, 
 HIVE-2734.D1359.2.patch, HIVE-2734.D1365.1.patch, HIVE-2734.D1365.2.patch, 
 HIVE-2734.D1365.2.patch, HIVE-2734.D1419.1.patch, HIVE-2734.D1425.1.patch


 Many Hive query tests lack an ORDER BY clause, and consequently the ordering
 of the rows in the result set is nondeterministic:
 groupby1_limit
 input11_limit
 input1_limit
 input_lazyserde
 join18_multi_distinct
 join_1to1
 join_casesensitive
 join_filters
 join_nulls
 merge3
 metadataonly1
 rcfile_columnar
 rcfile_lazydecompress
 rcfile_union
 sample10
 udf_sentences
 union24
 virtual_column

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2734) Fix some nondeterministic test output

2012-01-23 Thread Zhenxiao Luo (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13191796#comment-13191796
 ] 

Zhenxiao Luo commented on HIVE-2734:


The following testcases are also in this category:

columnarserde_create_shortcut
combine1
global_limit

Will submit new patch, including these fixes soon.

 Fix some nondeterministic test output
 -

 Key: HIVE-2734
 URL: https://issues.apache.org/jira/browse/HIVE-2734
 Project: Hive
  Issue Type: Bug
Reporter: Zhenxiao Luo
Assignee: Zhenxiao Luo
 Attachments: HIVE-2734.D1359.1.patch, HIVE-2734.D1365.1.patch


 Many Hive query tests lack an ORDER BY clause, and consequently the ordering
 of the rows in the result set is nondeterministic:
 groupby1_limit
 input11_limit
 input1_limit
 input_lazyserde
 join18_multi_distinct
 join_1to1
 join_casesensitive
 join_filters
 join_nulls
 merge3
 metadataonly1
 rcfile_columnar
 rcfile_lazydecompress
 rcfile_union
 sample10
 udf_sentences
 union24
 virtual_column

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2734) Fix some nondeterministic test output

2012-01-20 Thread Phabricator (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13190344#comment-13190344
 ] 

Phabricator commented on HIVE-2734:
---

zhenxiao has commented on the revision HIVE-2734 [jira] Fix some 
nondeterministic test output.

  This is the patch for apache/trunk

REVISION DETAIL
  https://reviews.facebook.net/D1365


 Fix some nondeterministic test output
 -

 Key: HIVE-2734
 URL: https://issues.apache.org/jira/browse/HIVE-2734
 Project: Hive
  Issue Type: Bug
Reporter: Zhenxiao Luo
Assignee: Zhenxiao Luo
 Attachments: HIVE-2734.D1359.1.patch, HIVE-2734.D1365.1.patch


 Many Hive query tests lack an ORDER BY clause, and consequently the ordering
 of the rows in the result set is nondeterministic:
 groupby1_limit
 input11_limit
 input1_limit
 input_lazyserde
 join18_multi_distinct
 join_1to1
 join_casesensitive
 join_filters
 join_nulls
 merge3
 metadataonly1
 rcfile_columnar
 rcfile_lazydecompress
 rcfile_union
 sample10
 udf_sentences
 union24
 virtual_column

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Commented] (HIVE-2734) Fix some nondeterministic test output

2012-01-20 Thread Phabricator (Commented) (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-2734?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13190343#comment-13190343
 ] 

Phabricator commented on HIVE-2734:
---

zhenxiao has commented on the revision HIVE-2734 [jira] Fix some 
nondeterministic test output.

  This is the patch for branch apache/branch-0.8-r2

REVISION DETAIL
  https://reviews.facebook.net/D1359


 Fix some nondeterministic test output
 -

 Key: HIVE-2734
 URL: https://issues.apache.org/jira/browse/HIVE-2734
 Project: Hive
  Issue Type: Bug
Reporter: Zhenxiao Luo
Assignee: Zhenxiao Luo
 Attachments: HIVE-2734.D1359.1.patch, HIVE-2734.D1365.1.patch


 Many Hive query tests lack an ORDER BY clause, and consequently the ordering
 of the rows in the result set is nondeterministic:
 groupby1_limit
 input11_limit
 input1_limit
 input_lazyserde
 join18_multi_distinct
 join_1to1
 join_casesensitive
 join_filters
 join_nulls
 merge3
 metadataonly1
 rcfile_columnar
 rcfile_lazydecompress
 rcfile_union
 sample10
 udf_sentences
 union24
 virtual_column

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira