You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hive.apache.org by Mohit Sabharwal <mo...@cloudera.com> on 2015/06/24 23:28:37 UTC

Review Request 35846: HIVE-11099: Add support for running negative q-tests [Spark Branch]

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/35846/
-----------------------------------------------------------

Review request for hive.


Bugs: HIVE-11099
    https://issues.apache.org/jira/browse/HIVE-11099


Repository: hive-git


Description
-------

HIVE-11099: Add support for running negative q-tests [Spark Branch]

Add support for TestSparkNegativeCliDriver and 
TestMiniSparkOnYarnNegativeCliDriver for negative q-tests

Adding empty spark.query.negative.files and 
miniSparkOnYarn.query.negative.files lists in 
testconfiguration.properties. These lists can be populated as 
we enable negative q-tests. HIVE-11032 is a follow-up
patch which will enable some of these tests


Diffs
-----

  itests/qtest-spark/pom.xml dcb76230584857294e0d7346da8e7353084ea3ae 
  itests/src/test/resources/testconfiguration.properties 7b7559a9590803f2528a24180a962013881cba1b 

Diff: https://reviews.apache.org/r/35846/diff/


Testing
-------

Tested with a negative q-test:
mvn test -Dmodule=ql -Dtest=TestSparkNegativeCliDriver -Dqfile=groupby2_map_skew_multi_distinct.q -Phadoop-2


Thanks,

Mohit Sabharwal