[jira] [Updated] (HIVE-9731) WebHCat MapReduce Streaming Job does not allow StreamXmlRecordReader to be specified

2015-02-19 Thread Hari Sankar Sivarama Subramaniyan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hari Sankar Sivarama Subramaniyan updated HIVE-9731:

Status: Patch Available  (was: Open)

 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


 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)


[jira] [Updated] (HIVE-9731) WebHCat MapReduce Streaming Job does not allow StreamXmlRecordReader to be specified

2015-02-19 Thread Hari Sankar Sivarama Subramaniyan (JIRA)

 [ 
https://issues.apache.org/jira/browse/HIVE-9731?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Hari Sankar Sivarama Subramaniyan updated HIVE-9731:

Attachment: HIVE-9731.1.patch

[~ekoifman] / [~thejas] Can you please review the change.

Thanks
Hari

 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


 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)