[jira] [Commented] (HIVE-12033) Move TestCliDriver/TestNegativeCliDriver out of ANT and make it debugable

2016-04-10 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan commented on HIVE-12033:
-

[~spena] This will make life a lot easier for debugging. Lets try to get this 
in.

> Move TestCliDriver/TestNegativeCliDriver out of ANT and make it debugable
> -
>
> Key: HIVE-12033
> URL: https://issues.apache.org/jira/browse/HIVE-12033
> Project: Hive
>  Issue Type: Improvement
>  Components: Test
>Affects Versions: 1.2.1
>Reporter: Sergio Peña
>Assignee: Sergio Peña
>Priority: Minor
> Attachments: HIVE-12033.1-spark.patch, HIVE-12033.1.patch
>
>
> The ANT auto-generated test sources make TestCliDriver code a little 
> complicated to debug with IntelliJ and Eclipse. Remote debugging is the best 
> choice to do it.
> There must be a new way to move out the ANT auto-generated source plug-in, 
> and make TestCliDriver easy debuggable by current IDE, such as IntelliJ and 
> Eclipse.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-12033) Move TestCliDriver/TestNegativeCliDriver out of ANT and make it debugable

2016-04-10 Thread Hive QA (JIRA)

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

Hive QA commented on HIVE-12033:




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

{color:red}ERROR:{color} -1 due to build exiting with an error

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-SPARK-Build/1041/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-SPARK-Build/1041/console
Test logs: 
http://ec2-50-18-27-0.us-west-1.compute.amazonaws.com/logs/PreCommit-HIVE-SPARK-Build-1041/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Tests exited with: NonZeroExitCodeException
Command 'bash /data/hive-ptest/working/scratch/source-prep.sh' failed with exit 
status 1 and output '+ [[ -n /usr/java/jdk1.7.0_45-cloudera ]]
+ export JAVA_HOME=/usr/java/jdk1.7.0_45-cloudera
+ JAVA_HOME=/usr/java/jdk1.7.0_45-cloudera
+ export 
PATH=/usr/java/jdk1.7.0_45-cloudera/bin/:/usr/java/jdk1.7.0_45-cloudera/bin:/usr/local/apache-maven-3.0.5/bin:/usr/lib64/qt-3.3/bin:/usr/local/apache-maven-3.0.5/bin:/usr/java/jdk1.7.0_45-cloudera/bin:/usr/local/apache-ant-1.9.1/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/hiveptest/bin
+ 
PATH=/usr/java/jdk1.7.0_45-cloudera/bin/:/usr/java/jdk1.7.0_45-cloudera/bin:/usr/local/apache-maven-3.0.5/bin:/usr/lib64/qt-3.3/bin:/usr/local/apache-maven-3.0.5/bin:/usr/java/jdk1.7.0_45-cloudera/bin:/usr/local/apache-ant-1.9.1/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/hiveptest/bin
+ export 'ANT_OPTS=-Xmx1g -XX:MaxPermSize=256m '
+ ANT_OPTS='-Xmx1g -XX:MaxPermSize=256m '
+ export 'M2_OPTS=-Xmx1g -XX:MaxPermSize=256m -Dhttp.proxyHost=localhost 
-Dhttp.proxyPort=3128'
+ M2_OPTS='-Xmx1g -XX:MaxPermSize=256m -Dhttp.proxyHost=localhost 
-Dhttp.proxyPort=3128'
+ cd /data/hive-ptest/working/
+ tee /data/hive-ptest/logs/PreCommit-HIVE-SPARK-Build-1041/source-prep.txt
+ [[ false == \t\r\u\e ]]
+ mkdir -p maven ivy
+ [[ git = \s\v\n ]]
+ [[ git = \g\i\t ]]
+ [[ -z spark ]]
+ [[ -d apache-git-source-source ]]
+ [[ ! -d apache-git-source-source/.git ]]
+ [[ ! -d apache-git-source-source ]]
+ cd apache-git-source-source
+ git fetch origin
>From https://github.com/apache/hive
   4ac966c..bcbc415  branch-1   -> origin/branch-1
   b2b61da..8528c63  branch-2.0 -> origin/branch-2.0
   79c1c69..8f6b28a  llap   -> origin/llap
   4f9194d..010157e  master -> origin/master
+ git reset --hard HEAD
HEAD is now at 078dbac HIVE-12205: Unify metric collection for local and remote 
spark client. (Chinna via Chengxiang)
+ git clean -f -d
+ git checkout spark
Already on 'spark'
+ git reset --hard origin/spark
HEAD is now at 078dbac HIVE-12205: Unify metric collection for local and remote 
spark client. (Chinna via Chengxiang)
+ git merge --ff-only origin/spark
Already up-to-date.
+ git gc
+ 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, p1, or p2
+ exit 1
'
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12765052 - PreCommit-HIVE-SPARK-Build

> Move TestCliDriver/TestNegativeCliDriver out of ANT and make it debugable
> -
>
> Key: HIVE-12033
> URL: https://issues.apache.org/jira/browse/HIVE-12033
> Project: Hive
>  Issue Type: Improvement
>  Components: Test
>Affects Versions: 1.2.1
>Reporter: Sergio Peña
>Assignee: Sergio Peña
>Priority: Minor
> Attachments: HIVE-12033.1-spark.patch, HIVE-12033.1.patch
>
>
> The ANT auto-generated test sources make TestCliDriver code a little 
> complicated to debug with IntelliJ and Eclipse. Remote debugging is the best 
> choice to do it.
> There must be a new way to move out the ANT auto-generated source plug-in, 
> and make TestCliDriver easy debuggable by current IDE, such as IntelliJ and 
> Eclipse.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-12033) Move TestCliDriver/TestNegativeCliDriver out of ANT and make it debugable

2016-04-11 Thread JIRA

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

Sergio Peña commented on HIVE-12033:


[~ashutoshc] Agree. There are some things that are failing due to 
HIVE_TEST_CLASSPATH not being generated with these changes.

This is the variable on the pom.xml that is empty on these changes:
{code}
...
${maven.test.classpath}
...
{code}

maven.test.classpath is an ANT variable, and test.hive.hadoop.classpath is 
needed by all TestCliDrivers to run the tests. So, no ANT, no classpath. But 
everything runs OK in IntelliJ.

However, just last week I learned about 'depenency:build-classpath', so it 
might be good to investigate how to get the classpath using code of the 
build-classpath goal. If you have some ideas, it would be the last piece to 
make this works.

> Move TestCliDriver/TestNegativeCliDriver out of ANT and make it debugable
> -
>
> Key: HIVE-12033
> URL: https://issues.apache.org/jira/browse/HIVE-12033
> Project: Hive
>  Issue Type: Improvement
>  Components: Test
>Affects Versions: 1.2.1
>Reporter: Sergio Peña
>Assignee: Sergio Peña
>Priority: Minor
> Attachments: HIVE-12033.1-spark.patch, HIVE-12033.1.patch
>
>
> The ANT auto-generated test sources make TestCliDriver code a little 
> complicated to debug with IntelliJ and Eclipse. Remote debugging is the best 
> choice to do it.
> There must be a new way to move out the ANT auto-generated source plug-in, 
> and make TestCliDriver easy debuggable by current IDE, such as IntelliJ and 
> Eclipse.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-12033) Move TestCliDriver/TestNegativeCliDriver out of ANT and make it debugable

2016-04-12 Thread JIRA

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

Sergio Peña commented on HIVE-12033:


[~ashutoshc] This patch has issues when executing MR jobs because the 
HIVE_HADOOP_TEST_CLASSPATH is not set on IntelliJ. I found that HIVE-2646 added 
the {{bin/hadoop}} command to hack hadoop dependencies, and this environment 
variable is used there.

I think you help reviewing that work. Do you know if there is a way to get rid 
of such hack script? So we can get rid of HIVE_HADOOP_TEST_CLASSPATH.

> Move TestCliDriver/TestNegativeCliDriver out of ANT and make it debugable
> -
>
> Key: HIVE-12033
> URL: https://issues.apache.org/jira/browse/HIVE-12033
> Project: Hive
>  Issue Type: Improvement
>  Components: Test
>Affects Versions: 1.2.1
>Reporter: Sergio Peña
>Assignee: Sergio Peña
>Priority: Minor
> Attachments: HIVE-12033.1-spark.patch, HIVE-12033.1.patch
>
>
> The ANT auto-generated test sources make TestCliDriver code a little 
> complicated to debug with IntelliJ and Eclipse. Remote debugging is the best 
> choice to do it.
> There must be a new way to move out the ANT auto-generated source plug-in, 
> and make TestCliDriver easy debuggable by current IDE, such as IntelliJ and 
> Eclipse.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-12033) Move TestCliDriver/TestNegativeCliDriver out of ANT and make it debugable

2016-04-13 Thread Ashutosh Chauhan (JIRA)

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

Ashutosh Chauhan commented on HIVE-12033:
-

Its been a long time since that patch. My main memory has swapped out all pages 
relevant to that jira : ) What little I remember is since bin/hive calls 
bin/hadoop there was need for locating bin/hadoop which was achieved via that 
variable, so that tests can run. But since TestCliDriver directly creates 
CliDriver() I am not sure we really need this anymore. We probably should get 
rid of this.

> Move TestCliDriver/TestNegativeCliDriver out of ANT and make it debugable
> -
>
> Key: HIVE-12033
> URL: https://issues.apache.org/jira/browse/HIVE-12033
> Project: Hive
>  Issue Type: Improvement
>  Components: Test
>Affects Versions: 1.2.1
>Reporter: Sergio Peña
>Assignee: Sergio Peña
>Priority: Minor
> Attachments: HIVE-12033.1-spark.patch, HIVE-12033.1.patch
>
>
> The ANT auto-generated test sources make TestCliDriver code a little 
> complicated to debug with IntelliJ and Eclipse. Remote debugging is the best 
> choice to do it.
> There must be a new way to move out the ANT auto-generated source plug-in, 
> and make TestCliDriver easy debuggable by current IDE, such as IntelliJ and 
> Eclipse.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-12033) Move TestCliDriver/TestNegativeCliDriver out of ANT and make it debugable

2015-10-05 Thread Hive QA (JIRA)

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

Hive QA commented on HIVE-12033:




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

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

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-SPARK-Build/956/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-SPARK-Build/956/console
Test logs: 
http://ec2-50-18-27-0.us-west-1.compute.amazonaws.com/logs/PreCommit-HIVE-SPARK-Build-956/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.PrepPhase
Tests exited with: NonZeroExitCodeException
Command 'bash /data/hive-ptest/working/scratch/source-prep.sh' failed with exit 
status 1 and output '+ [[ -n /usr/java/jdk1.7.0_45-cloudera ]]
+ export JAVA_HOME=/usr/java/jdk1.7.0_45-cloudera
+ JAVA_HOME=/usr/java/jdk1.7.0_45-cloudera
+ export 
PATH=/usr/java/jdk1.7.0_45-cloudera/bin/:/usr/lib64/qt-3.3/bin:/usr/local/apache-maven-3.0.5/bin:/usr/java/jdk1.7.0_45-cloudera/bin:/usr/local/apache-ant-1.9.1/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/hiveptest/bin
+ 
PATH=/usr/java/jdk1.7.0_45-cloudera/bin/:/usr/lib64/qt-3.3/bin:/usr/local/apache-maven-3.0.5/bin:/usr/java/jdk1.7.0_45-cloudera/bin:/usr/local/apache-ant-1.9.1/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/home/hiveptest/bin
+ export 'ANT_OPTS=-Xmx1g -XX:MaxPermSize=256m '
+ ANT_OPTS='-Xmx1g -XX:MaxPermSize=256m '
+ export 'M2_OPTS=-Xmx1g -XX:MaxPermSize=256m -Dhttp.proxyHost=localhost 
-Dhttp.proxyPort=3128'
+ M2_OPTS='-Xmx1g -XX:MaxPermSize=256m -Dhttp.proxyHost=localhost 
-Dhttp.proxyPort=3128'
+ cd /data/hive-ptest/working/
+ tee /data/hive-ptest/logs/PreCommit-HIVE-SPARK-Build-956/source-prep.txt
+ [[ false == \t\r\u\e ]]
+ mkdir -p maven ivy
+ [[ git = \s\v\n ]]
+ [[ git = \g\i\t ]]
+ [[ -z spark ]]
+ [[ -d apache-git-source-source ]]
+ [[ ! -d apache-git-source-source/.git ]]
+ [[ ! -d apache-git-source-source ]]
+ cd apache-git-source-source
+ git fetch origin
>From https://github.com/apache/hive
   67e33f3..57529a5  branch-1   -> origin/branch-1
   37206a4..2414c35  branch-1.0 -> origin/branch-1.0
   f428af1..d60f33c  branch-1.2 -> origin/branch-1.2
   7a3e745..c5ccf66  llap   -> origin/llap
   a4c43f0..0ca9ff8  master -> origin/master
+ git reset --hard HEAD
HEAD is now at 70eeadd HIVE-11844: Merge master to Spark branch 9/16/2015 
[Spark Branch]
+ git clean -f -d
+ git checkout spark
Already on 'spark'
+ git reset --hard origin/spark
HEAD is now at 70eeadd HIVE-11844: Merge master to Spark branch 9/16/2015 
[Spark Branch]
+ git merge --ff-only origin/spark
Already up-to-date.
+ git gc
+ 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, p1, or p2
'
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12765039 - PreCommit-HIVE-SPARK-Build

> Move TestCliDriver/TestNegativeCliDriver out of ANT and make it debugable
> -
>
> Key: HIVE-12033
> URL: https://issues.apache.org/jira/browse/HIVE-12033
> Project: Hive
>  Issue Type: Improvement
>  Components: Test
>Affects Versions: 1.2.1
>Reporter: Sergio Peña
>Assignee: Sergio Peña
>Priority: Minor
> Attachments: HIVE-12033.1-spark.patch
>
>
> The ANT auto-generated test sources make TestCliDriver code a little 
> complicated to debug with IntelliJ and Eclipse. Remote debugging is the best 
> choice to do it.
> There must be a new way to move out the ANT auto-generated source plug-in, 
> and make TestCliDriver easy debuggable by current IDE, such as IntelliJ and 
> Eclipse.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (HIVE-12033) Move TestCliDriver/TestNegativeCliDriver out of ANT and make it debugable

2015-10-05 Thread Hive QA (JIRA)

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

Hive QA commented on HIVE-12033:




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

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

Test results: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-SPARK-Build/957/testReport
Console output: 
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-SPARK-Build/957/console
Test logs: 
http://ec2-50-18-27-0.us-west-1.compute.amazonaws.com/logs/PreCommit-HIVE-SPARK-Build-957/

Messages:
{noformat}
 This message was trimmed, see log for full details 
hiveRootDir = /data/hive-ptest/working/apache-git-source-source
queryDir = 
/data/hive-ptest/working/apache-git-source-source/itests/qtest/../../ql/src/test/queries/negative
queryDir = ql/src/test/queries/negative/
Generated 
/data/hive-ptest/working/apache-git-source-source/itests/qtest/target/generated-test-sources/java/org/apache/hadoop/hive/ql/parse/TestParseNegative.java
 from template TestParseNegative.vm
Template 
Path:/data/hive-ptest/working/apache-git-source-source/ql/src/test/templates
Starting Generation of: TestCompareCliDriver
Include Files: null
Excluded Files: null
Query Files: 
Query Files Regex: 
hiveRootDir = /data/hive-ptest/working/apache-git-source-source
hiveRootDir = /data/hive-ptest/working/apache-git-source-source
queryDir = 
/data/hive-ptest/working/apache-git-source-source/itests/qtest/../../ql/src/test/queries/clientcompare
queryDir = ql/src/test/queries/clientcompare/
Generated 
/data/hive-ptest/working/apache-git-source-source/itests/qtest/target/generated-test-sources/java/org/apache/hadoop/hive/cli/TestCompareCliDriver.java
 from template TestCompareCliDriver.vm
Template 
Path:/data/hive-ptest/working/apache-git-source-source/ql/src/test/templates
Starting Generation of: TestMinimrCliDriver
Include Files: 
auto_sortmerge_join_16.q,bucket4.q,bucket5.q,bucket6.q,bucket_many.q,bucket_num_reducers.q,bucket_num_reducers2.q,bucketizedhiveinputformat.q,bucketmapjoin6.q,bucketmapjoin7.q,constprog_partitioner.q,disable_merge_for_bucketing.q,empty_dir_in_table.q,exchgpartition2lel.q,external_table_with_space_in_location_path.q,file_with_header_footer.q,groupby2.q,import_exported_table.q,index_bitmap3.q,index_bitmap_auto.q,infer_bucket_sort_bucketed_table.q,infer_bucket_sort_dyn_part.q,infer_bucket_sort_map_operators.q,infer_bucket_sort_merge.q,infer_bucket_sort_num_buckets.q,infer_bucket_sort_reducers_power_two.q,input16_cc.q,join1.q,leftsemijoin_mr.q,list_bucket_dml_10.q,load_fs2.q,load_hdfs_file_with_space_in_the_name.q,non_native_window_udf.q,
 
optrstat_groupby.q,parallel_orderby.q,ql_rewrite_gbtoidx.q,ql_rewrite_gbtoidx_cbo_1.q,ql_rewrite_gbtoidx_cbo_2.q,quotedid_smb.q,reduce_deduplicate.q,remote_script.q,root_dir_external_table.q,schemeAuthority.q,schemeAuthority2.q,scriptfile1.q,scriptfile1_win.q,smb_mapjoin_8.q,stats_counter.q,stats_counter_partitioned.q,table_nonprintable.q,temp_table_external.q,truncate_column_buckets.q,uber_reduce.q,udf_using.q
Excluded Files: null
Query Files: 
Query Files Regex: 
hiveRootDir = /data/hive-ptest/working/apache-git-source-source
hiveRootDir = /data/hive-ptest/working/apache-git-source-source
queryDir = 
/data/hive-ptest/working/apache-git-source-source/itests/qtest/../../ql/src/test/queries/clientpositive
queryDir = ql/src/test/queries/clientpositive/
Generated 
/data/hive-ptest/working/apache-git-source-source/itests/qtest/target/generated-test-sources/java/org/apache/hadoop/hive/cli/TestMinimrCliDriver.java
 from template TestCliDriver.vm
Template 
Path:/data/hive-ptest/working/apache-git-source-source/ql/src/test/templates
Starting Generation of: TestMiniTezCliDriver
Include Files: 
bucket_map_join_tez1.q,bucket_map_join_tez2.q,constprog_dpp.q,dynamic_partition_pruning.q,dynamic_partition_pruning_2.q,explainuser_1.q,explainuser_2.q,explainuser_3.q,hybridgrace_hashjoin_1.q,hybridgrace_hashjoin_2.q,mapjoin_decimal.q,lvj_mapjoin.q,
 
mrr.q,orc_ppd_basic.q,tez_bmj_schema_evolution.q,tez_dml.q,tez_fsstat.q,tez_insert_overwrite_local_directory_1.q,tez_dynpart_hashjoin_1.q,tez_dynpart_hashjoin_2.q,tez_vector_dynpart_hashjoin_1.q,tez_vector_dynpart_hashjoin_2.q,tez_join_hash.q,tez_join_result_complex.q,tez_join_tests.q,tez_joins_explain.q,tez_schema_evolution.q,tez_self_join.q,tez_union.q,tez_union2.q,tez_union_dynamic_partition.q,tez_union_view.q,tez_union_decimal.q,tez_union_group_by.q,tez_smb_main.q,tez_smb_1.q,vectorized_dynamic_partition_pruning.q,tez_multi_union.q,tez_join.q,tez_union_multiinsert.q,alter_merge_2_orc.q,alter_merge_orc.q,alter_merge_stats_orc.q,auto_join0.q,auto_join1.q,bucket2.q,bucket3.q,bucket4.q,cbo_gby.q,cbo_gby_empty.q,cbo_join.q,cbo_limit.q,cbo_semijoin.q,cbo_simple_select.q,cbo_

[jira] [Commented] (HIVE-12033) Move TestCliDriver/TestNegativeCliDriver out of ANT and make it debugable

2015-10-05 Thread Hive QA (JIRA)

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

Hive QA commented on HIVE-12033:




{color:red}Overall{color}: -1 at least one tests failed

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

{color:red}ERROR:{color} -1 due to 1425 failed/errored test(s), 9456 tests 
executed
*Failed tests:*
{noformat}
TestCliDriverBase - did not produce a TEST-*.xml file
org.apache.hadoop.hive.cli.TestMiniSparkOnYarnCliDriver.testCliDriver_vector_inner_join
org.apache.hadoop.hive.cli.TestMiniSparkOnYarnCliDriver.testCliDriver_vector_outer_join2
org.apache.hadoop.hive.cli.TestMinimrCliDriver.testCliDriver_index_bitmap_auto
org.apache.hive.TestCliDriver.org.apache.hive.TestCliDriver
org.apache.hive.TestCliDriver.test[testCliDriver_add_part_exist]
org.apache.hive.TestCliDriver.test[testCliDriver_alter1]
org.apache.hive.TestCliDriver.test[testCliDriver_alter2]
org.apache.hive.TestCliDriver.test[testCliDriver_alter3]
org.apache.hive.TestCliDriver.test[testCliDriver_alter4]
org.apache.hive.TestCliDriver.test[testCliDriver_alter5]
org.apache.hive.TestCliDriver.test[testCliDriver_alter_index]
org.apache.hive.TestCliDriver.test[testCliDriver_alter_rename_partition]
org.apache.hive.TestCliDriver.test[testCliDriver_authorization_5]
org.apache.hive.TestCliDriver.test[testCliDriver_authorization_show_grant]
org.apache.hive.TestCliDriver.test[testCliDriver_authorization_show_role_principals_v1]
org.apache.hive.TestCliDriver.test[testCliDriver_authorization_view_sqlstd]
org.apache.hive.TestCliDriver.test[testCliDriver_auto_join14]
org.apache.hive.TestCliDriver.test[testCliDriver_auto_join15]
org.apache.hive.TestCliDriver.test[testCliDriver_auto_join17]
org.apache.hive.TestCliDriver.test[testCliDriver_auto_join18]
org.apache.hive.TestCliDriver.test[testCliDriver_auto_join19]
org.apache.hive.TestCliDriver.test[testCliDriver_auto_join21]
org.apache.hive.TestCliDriver.test[testCliDriver_auto_join23]
org.apache.hive.TestCliDriver.test[testCliDriver_auto_join25]
org.apache.hive.TestCliDriver.test[testCliDriver_auto_join26]
org.apache.hive.TestCliDriver.test[testCliDriver_auto_join2]
org.apache.hive.TestCliDriver.test[testCliDriver_auto_join32]
org.apache.hive.TestCliDriver.test[testCliDriver_auto_join3]
org.apache.hive.TestCliDriver.test[testCliDriver_auto_join4]
org.apache.hive.TestCliDriver.test[testCliDriver_auto_join5]
org.apache.hive.TestCliDriver.test[testCliDriver_auto_join6]
org.apache.hive.TestCliDriver.test[testCliDriver_auto_join7]
org.apache.hive.TestCliDriver.test[testCliDriver_auto_join8]
org.apache.hive.TestCliDriver.test[testCliDriver_auto_join9]
org.apache.hive.TestCliDriver.test[testCliDriver_auto_join_reordering_values]
org.apache.hive.TestCliDriver.test[testCliDriver_auto_join_stats]
org.apache.hive.TestCliDriver.test[testCliDriver_auto_smb_mapjoin_14]
org.apache.hive.TestCliDriver.test[testCliDriver_auto_sortmerge_join_13]
org.apache.hive.TestCliDriver.test[testCliDriver_auto_sortmerge_join_2]
org.apache.hive.TestCliDriver.test[testCliDriver_auto_sortmerge_join_4]
org.apache.hive.TestCliDriver.test[testCliDriver_avro_add_column3]
org.apache.hive.TestCliDriver.test[testCliDriver_avro_charvarchar]
org.apache.hive.TestCliDriver.test[testCliDriver_avro_partitioned_native]
org.apache.hive.TestCliDriver.test[testCliDriver_ba_table_udfs]
org.apache.hive.TestCliDriver.test[testCliDriver_binary_output_format]
org.apache.hive.TestCliDriver.test[testCliDriver_binarysortable_1]
org.apache.hive.TestCliDriver.test[testCliDriver_bucket1]
org.apache.hive.TestCliDriver.test[testCliDriver_bucketcontext_2]
org.apache.hive.TestCliDriver.test[testCliDriver_bucketmapjoin1]
org.apache.hive.TestCliDriver.test[testCliDriver_bucketmapjoin2]
org.apache.hive.TestCliDriver.test[testCliDriver_bucketmapjoin3]
org.apache.hive.TestCliDriver.test[testCliDriver_bucketmapjoin4]
org.apache.hive.TestCliDriver.test[testCliDriver_bucketmapjoin5]
org.apache.hive.TestCliDriver.test[testCliDriver_bucketmapjoin8]
org.apache.hive.TestCliDriver.test[testCliDriver_bucketmapjoin_negative2]
org.apache.hive.TestCliDriver.test[testCliDriver_bucketmapjoin_negative]
org.apache.hive.TestCliDriver.test[testCliDriver_case_sensitivity]
org.apache.hive.TestCliDriver.test[testCliDriver_cast1]
org.apache.hive.TestCliDriver.test[testCliDriver_cast_qualified_types]
org.apache.hive.TestCliDriver.test[testCliDriver_cbo_join]
org.apache.hive.TestCliDriver.test[testCliDriver_cbo_limit]
org.apache.hive.TestCliDriver.test[testCliDriver_cbo_rp_auto_join17]
org.apache.hive.TestCliDriver.test[testCliDriver_cbo_rp_cross_product_check_2]
org.apache.hive.TestCliDriver.test[testCliDriver_cbo_rp_join]
org.apache.hive.TestCliDriver.test[testCliDriver_cbo_rp_limit]
org.apache.hive.TestCliDriver.test[testCliDriver_cbo_rp_outer_join_ppr]
org.apache.hive.Tes