[ https://issues.apache.org/jira/browse/HIVE-8352?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14160055#comment-14160055 ]
Hive QA commented on HIVE-8352: ------------------------------- {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/12673055/HIVE-8352.1-spark.patch {color:red}ERROR:{color} -1 due to 2 failed/errored test(s), 6739 tests executed *Failed tests:* {noformat} org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver_sample_islocalmode_hook org.apache.hadoop.hive.cli.TestSparkCliDriver.testCliDriver_parallel {noformat} Test results: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-SPARK-Build/196/testReport Console output: http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-SPARK-Build/196/console Test logs: http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-SPARK-Build-196/ Messages: {noformat} Executing org.apache.hive.ptest.execution.PrepPhase Executing org.apache.hive.ptest.execution.ExecutionPhase Executing org.apache.hive.ptest.execution.ReportingPhase Tests exited with: TestsFailedException: 2 tests failed {noformat} This message is automatically generated. ATTACHMENT ID: 12673055 > Enable windowing.q for spark > ---------------------------- > > Key: HIVE-8352 > URL: https://issues.apache.org/jira/browse/HIVE-8352 > Project: Hive > Issue Type: Sub-task > Components: Spark > Reporter: Brock Noland > Assignee: Jimmy Xiang > Priority: Minor > Attachments: HIVE-8352.1-spark.patch, HIVE-8352.1-spark.patch, > hive-8385.patch > > > We should enable windowing.q for basic windowing coverage. After checking out > the spark branch, we would build: > {noformat} > $ mvn clean install -DskipTests -Phadoop-2 > $ cd itests/ > $ mvn clean install -DskipTests -Phadoop-2 > {noformat} > Then generate the windowing.q.out file: > {noformat} > $ cd qtest-spark/ > $ mvn test -Dtest=TestSparkCliDriver -Dqfile=windowing.q -Phadoop-2 > -Dtest.output.overwrite=true > {noformat} > Compare the output against MapReduce: > {noformat} > $ diff -y -W 150 > ../../ql/src/test/results/clientpositive/spark/windowing.q.out > ../../ql/src/test/results/clientpositive/windowing.q.out| less > {noformat} > And if everything looks good, add it to {{spark.query.files}} in > {{./itests/src/test/resources/testconfiguration.properties}} > then submit the patch including the .q file -- This message was sent by Atlassian JIRA (v6.3.4#6332)