[
https://issues.apache.org/jira/browse/HIVE-9731?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14335681#comment-14335681
]
Hive QA commented on HIVE-9731:
-------------------------------
{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/12700575/HIVE-9731.2.patch
{color:red}ERROR:{color} -1 due to 1 failed/errored test(s), 7562 tests executed
*Failed tests:*
{noformat}
TestWebHCatE2e - did not produce a TEST-*.xml file
{noformat}
Test results:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2860/testReport
Console output:
http://ec2-174-129-184-35.compute-1.amazonaws.com/jenkins/job/PreCommit-HIVE-TRUNK-Build/2860/console
Test logs:
http://ec2-174-129-184-35.compute-1.amazonaws.com/logs/PreCommit-HIVE-TRUNK-Build-2860/
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: 1 tests failed
{noformat}
This message is automatically generated.
ATTACHMENT ID: 12700575 - PreCommit-HIVE-TRUNK-Build
> WebHCat MapReduce Streaming Job does not allow StreamXmlRecordReader to be
> specified
> ------------------------------------------------------------------------------------
>
> Key: HIVE-9731
> URL: https://issues.apache.org/jira/browse/HIVE-9731
> Project: Hive
> Issue Type: Bug
> Components: WebHCat
> Reporter: Hari Sankar Sivarama Subramaniyan
> Assignee: Hari Sankar Sivarama Subramaniyan
> Attachments: HIVE-9731.1.patch, HIVE-9731.2.patch
>
>
> Hadoop Streaming allows -inputreader parameter to specify use of
> StreamXmlRecorderReader
> (example)
> hadoop jar hadoop-streaming-2.5.1.jar \
> -inputreader "StreamXmlRecord,begin=BEGIN_STRING,end=END_STRING" \
> (rest of the command)
> WebHCat's StreamingDelegator does not include -inputreader as a valid option
> when submitting jobs to
> http://www.myserver.com/templeton/v1/mapreduce/streaming endpoint. If
> -inputreader is specified and passed to templeton server (perhaps via CURL
> operation) , it will get truncated and not passed as parameter from
> TempletonControllerJob to Hadoop.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)