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



ql/build.xml
<https://reviews.apache.org/r/14651/#comment53488>

    



ql/build.xml
<https://reviews.apache.org/r/14651/#comment53489>

    I will do it. Just to understand though, does this affect mavenization or 
is an aesthetic concern?



ql/build.xml
<https://reviews.apache.org/r/14651/#comment53490>

    log dir is the directory where results are put temporarily before being 
compared against the results directory. It will not prefix files with 
TestMiniTez.



ql/ivy.xml
<https://reviews.apache.org/r/14651/#comment53487>

    No. But they use classes in this jar to execute. Since in the case of mini 
tez cluster, the jars are not available in TEZ_HOME etc., there is no access to 
this jar unless it is put on the classpath. Hence the ivy dependency to pull in 
this jar.



ql/src/java/org/apache/hadoop/hive/ql/exec/tez/DagUtils.java
<https://reviews.apache.org/r/14651/#comment53486>

    The for loop below only updates configurations that are null and 
respectively non-null within the hive conf. This was wiping out some of the 
configurations because of defaults coming into play. The new update fixes this 
as this is how the api used in the latest code.



ql/src/test/org/apache/hadoop/hive/ql/QTestUtil.java
<https://reviews.apache.org/r/14651/#comment53491>

    Fixed.



ql/src/test/org/apache/hadoop/hive/ql/QTestUtil.java
<https://reviews.apache.org/r/14651/#comment53492>

    Fixed



shims/src/0.23/java/org/apache/hadoop/hive/shims/Hadoop23Shims.java
<https://reviews.apache.org/r/14651/#comment53493>

    Fixed.



shims/src/0.23/java/org/apache/hadoop/hive/shims/Hadoop23Shims.java
<https://reviews.apache.org/r/14651/#comment53494>

    Fixed.


- Vikram Dixit Kumaraswamy


On Oct. 15, 2013, 9:50 p.m., Vikram Dixit Kumaraswamy wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/14651/
> -----------------------------------------------------------
> 
> (Updated Oct. 15, 2013, 9:50 p.m.)
> 
> 
> Review request for hive and Gunther Hagleitner.
> 
> 
> Bugs: HIVE-5543
>     https://issues.apache.org/jira/browse/HIVE-5543
> 
> 
> Repository: hive-git
> 
> 
> Description
> -------
> 
> Running the mini tez cluster for tez unit tests.
> 
> 
> Diffs
> -----
> 
>   build-common.xml ee6a3ce 
>   build.properties 3dbd33f 
>   hbase-handler/src/test/org/apache/hadoop/hive/hbase/HBaseQTestUtil.java 
> 0558048 
>   hbase-handler/src/test/templates/TestHBaseCliDriver.vm 191bbc7 
>   hbase-handler/src/test/templates/TestHBaseNegativeCliDriver.vm e6bd211 
>   ql/build.xml be8e10f 
>   ql/ivy.xml d0159d9 
>   ql/src/java/org/apache/hadoop/hive/ql/exec/MoveTask.java cee95fd 
>   ql/src/java/org/apache/hadoop/hive/ql/exec/tez/DagUtils.java 1726da6 
>   ql/src/test/org/apache/hadoop/hive/ql/QTestUtil.java ddcc544 
>   ql/src/test/org/apache/hadoop/hive/ql/TestLocationQueries.java 0ddc1d5 
>   ql/src/test/queries/clientpositive/tez_join_tests.q PRE-CREATION 
>   ql/src/test/queries/clientpositive/tez_joins_explain.q PRE-CREATION 
>   ql/src/test/results/clientpositive/tez_join_tests.q.out PRE-CREATION 
>   ql/src/test/results/clientpositive/tez_joins_explain.q.out PRE-CREATION 
>   ql/src/test/templates/TestCliDriver.vm f2623f8 
>   ql/src/test/templates/TestNegativeCliDriver.vm 7159faf 
>   ql/src/test/templates/TestParse.vm e28e901 
>   ql/src/test/templates/TestParseNegative.vm 1aec083 
>   shims/build.xml cbfba5a 
>   shims/src/0.23/java/org/apache/hadoop/hive/shims/Hadoop23Shims.java 6368395 
>   shims/src/common/java/org/apache/hadoop/hive/shims/ShimLoader.java a4714ae 
>   shims/src/tez/java/org/apache/hadoop/hive/shims/TezShims.java PRE-CREATION 
> 
> Diff: https://reviews.apache.org/r/14651/diff/
> 
> 
> Testing
> -------
> 
> Added new tests for running the tez mini cluster and a new test target.
> 
> 
> Thanks,
> 
> Vikram Dixit Kumaraswamy
> 
>

Reply via email to