[jira] [Updated] (HIVE-4808) WebHCat job submission is killed by TaskTracker since it's not sending a heartbeat properly

2013-07-26 Thread Alan Gates (JIRA)

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

Alan Gates updated HIVE-4808:
-

Resolution: Fixed
Status: Resolved  (was: Patch Available)

Patch checked in.  Thanks Eugene.

 WebHCat job submission is killed by TaskTracker since it's not sending a 
 heartbeat properly
 ---

 Key: HIVE-4808
 URL: https://issues.apache.org/jira/browse/HIVE-4808
 Project: Hive
  Issue Type: Bug
  Components: HCatalog
Affects Versions: 0.11.0
Reporter: Eugene Koifman
Assignee: Eugene Koifman
 Fix For: 0.12.0

 Attachments: HIVE-4808.1.patch, HIVE-4808.patch


 (set mapred.task.timeout=7)
 curl -i -d user.name=ekoifman \
 -d jar=/user/ekoifman/webhcate2e/hexamples.jar \
 -d class=sleep \
 -d arg=-mt \
 -d arg=5 \
 -d statusdir=/tmp \
 'http://localhost:50111/templeton/v1/mapreduce/jar'
 The TempletonControllerJob gets retried 4 times (Thus there are 4 SleepJob 
 invocations) with message that it was killed due to inactivity.
 hexamples.jar = hadoop-examples-*.jar

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4808) WebHCat job submission is killed by TaskTracker since it's not sending a heartbeat properly

2013-07-23 Thread Eugene Koifman (JIRA)

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

Eugene Koifman updated HIVE-4808:
-

Attachment: HIVE-4808.1.patch

Added a test for this case.
Ran Templeton e2e tests.
fork.factor.group=3 and fork.factor.conf.file=6 the suite runs in 11 minutes.

Added support for timeout_seconds property in .conf files to specify custom 
timeout.

 WebHCat job submission is killed by TaskTracker since it's not sending a 
 heartbeat properly
 ---

 Key: HIVE-4808
 URL: https://issues.apache.org/jira/browse/HIVE-4808
 Project: Hive
  Issue Type: Bug
  Components: HCatalog
Affects Versions: 0.11.0
Reporter: Eugene Koifman
Assignee: Eugene Koifman
 Fix For: 0.12.0

 Attachments: HIVE-4808.1.patch, HIVE-4808.patch


 (set mapred.task.timeout=7)
 curl -i -d user.name=ekoifman \
 -d jar=/user/ekoifman/webhcate2e/hexamples.jar \
 -d class=sleep \
 -d arg=-mt \
 -d arg=5 \
 -d statusdir=/tmp \
 'http://localhost:50111/templeton/v1/mapreduce/jar'
 The TempletonControllerJob gets retried 4 times (Thus there are 4 SleepJob 
 invocations) with message that it was killed due to inactivity.
 hexamples.jar = hadoop-examples-*.jar

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4808) WebHCat job submission is killed by TaskTracker since it's not sending a heartbeat properly

2013-07-23 Thread Eugene Koifman (JIRA)

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

Eugene Koifman updated HIVE-4808:
-

Attachment: HIVE-4808.1.patch

 WebHCat job submission is killed by TaskTracker since it's not sending a 
 heartbeat properly
 ---

 Key: HIVE-4808
 URL: https://issues.apache.org/jira/browse/HIVE-4808
 Project: Hive
  Issue Type: Bug
  Components: HCatalog
Affects Versions: 0.11.0
Reporter: Eugene Koifman
Assignee: Eugene Koifman
 Fix For: 0.12.0

 Attachments: HIVE-4808.1.patch, HIVE-4808.1.patch, HIVE-4808.patch


 (set mapred.task.timeout=7)
 curl -i -d user.name=ekoifman \
 -d jar=/user/ekoifman/webhcate2e/hexamples.jar \
 -d class=sleep \
 -d arg=-mt \
 -d arg=5 \
 -d statusdir=/tmp \
 'http://localhost:50111/templeton/v1/mapreduce/jar'
 The TempletonControllerJob gets retried 4 times (Thus there are 4 SleepJob 
 invocations) with message that it was killed due to inactivity.
 hexamples.jar = hadoop-examples-*.jar

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4808) WebHCat job submission is killed by TaskTracker since it's not sending a heartbeat properly

2013-07-23 Thread Eugene Koifman (JIRA)

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

Eugene Koifman updated HIVE-4808:
-

Attachment: (was: HIVE-4808.1.patch)

 WebHCat job submission is killed by TaskTracker since it's not sending a 
 heartbeat properly
 ---

 Key: HIVE-4808
 URL: https://issues.apache.org/jira/browse/HIVE-4808
 Project: Hive
  Issue Type: Bug
  Components: HCatalog
Affects Versions: 0.11.0
Reporter: Eugene Koifman
Assignee: Eugene Koifman
 Fix For: 0.12.0

 Attachments: HIVE-4808.1.patch, HIVE-4808.patch


 (set mapred.task.timeout=7)
 curl -i -d user.name=ekoifman \
 -d jar=/user/ekoifman/webhcate2e/hexamples.jar \
 -d class=sleep \
 -d arg=-mt \
 -d arg=5 \
 -d statusdir=/tmp \
 'http://localhost:50111/templeton/v1/mapreduce/jar'
 The TempletonControllerJob gets retried 4 times (Thus there are 4 SleepJob 
 invocations) with message that it was killed due to inactivity.
 hexamples.jar = hadoop-examples-*.jar

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4808) WebHCat job submission is killed by TaskTracker since it's not sending a heartbeat properly

2013-07-23 Thread Eugene Koifman (JIRA)

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

Eugene Koifman updated HIVE-4808:
-

Status: Patch Available  (was: Open)

 WebHCat job submission is killed by TaskTracker since it's not sending a 
 heartbeat properly
 ---

 Key: HIVE-4808
 URL: https://issues.apache.org/jira/browse/HIVE-4808
 Project: Hive
  Issue Type: Bug
  Components: HCatalog
Affects Versions: 0.11.0
Reporter: Eugene Koifman
Assignee: Eugene Koifman
 Fix For: 0.12.0

 Attachments: HIVE-4808.1.patch, HIVE-4808.patch


 (set mapred.task.timeout=7)
 curl -i -d user.name=ekoifman \
 -d jar=/user/ekoifman/webhcate2e/hexamples.jar \
 -d class=sleep \
 -d arg=-mt \
 -d arg=5 \
 -d statusdir=/tmp \
 'http://localhost:50111/templeton/v1/mapreduce/jar'
 The TempletonControllerJob gets retried 4 times (Thus there are 4 SleepJob 
 invocations) with message that it was killed due to inactivity.
 hexamples.jar = hadoop-examples-*.jar

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4808) WebHCat job submission is killed by TaskTracker since it's not sending a heartbeat properly

2013-07-03 Thread Eugene Koifman (JIRA)

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

Eugene Koifman updated HIVE-4808:
-

Attachment: HIVE-4808.patch

HIVE-4808.patch has the diffs.
Tested manually.
Ran WebHcat e2e tests. 

 WebHCat job submission is killed by TaskTracker since it's not sending a 
 heartbeat properly
 ---

 Key: HIVE-4808
 URL: https://issues.apache.org/jira/browse/HIVE-4808
 Project: Hive
  Issue Type: Bug
  Components: HCatalog
Affects Versions: 0.11.0
Reporter: Eugene Koifman
Assignee: Eugene Koifman
 Fix For: 0.12.0

 Attachments: HIVE-4808.patch


 (set mapred.task.timeout=7)
 curl -i -d user.name=ekoifman \
 -d jar=/user/ekoifman/webhcate2e/hexamples.jar \
 -d class=sleep \
 -d arg=-mt \
 -d arg=5 \
 -d statusdir=/tmp \
 'http://localhost:50111/templeton/v1/mapreduce/jar'
 The TempletonControllerJob gets retried 4 times (Thus there are 4 SleepJob 
 invocations) with message that it was killed due to inactivity.
 hexamples.jar = hadoop-examples-*.jar

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4808) WebHCat job submission is killed by TaskTracker since it's not sending a heartbeat properly

2013-07-03 Thread Eugene Koifman (JIRA)

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

Eugene Koifman updated HIVE-4808:
-

Status: Patch Available  (was: Open)

 WebHCat job submission is killed by TaskTracker since it's not sending a 
 heartbeat properly
 ---

 Key: HIVE-4808
 URL: https://issues.apache.org/jira/browse/HIVE-4808
 Project: Hive
  Issue Type: Bug
  Components: HCatalog
Affects Versions: 0.11.0
Reporter: Eugene Koifman
Assignee: Eugene Koifman
 Fix For: 0.12.0

 Attachments: HIVE-4808.patch


 (set mapred.task.timeout=7)
 curl -i -d user.name=ekoifman \
 -d jar=/user/ekoifman/webhcate2e/hexamples.jar \
 -d class=sleep \
 -d arg=-mt \
 -d arg=5 \
 -d statusdir=/tmp \
 'http://localhost:50111/templeton/v1/mapreduce/jar'
 The TempletonControllerJob gets retried 4 times (Thus there are 4 SleepJob 
 invocations) with message that it was killed due to inactivity.
 hexamples.jar = hadoop-examples-*.jar

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (HIVE-4808) WebHCat job submission is killed by TaskTracker since it's not sending a heartbeat properly

2013-07-03 Thread Eugene Koifman (JIRA)

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

Eugene Koifman updated HIVE-4808:
-

Status: Open  (was: Patch Available)

 WebHCat job submission is killed by TaskTracker since it's not sending a 
 heartbeat properly
 ---

 Key: HIVE-4808
 URL: https://issues.apache.org/jira/browse/HIVE-4808
 Project: Hive
  Issue Type: Bug
  Components: HCatalog
Affects Versions: 0.11.0
Reporter: Eugene Koifman
Assignee: Eugene Koifman
 Fix For: 0.12.0

 Attachments: HIVE-4808.patch


 (set mapred.task.timeout=7)
 curl -i -d user.name=ekoifman \
 -d jar=/user/ekoifman/webhcate2e/hexamples.jar \
 -d class=sleep \
 -d arg=-mt \
 -d arg=5 \
 -d statusdir=/tmp \
 'http://localhost:50111/templeton/v1/mapreduce/jar'
 The TempletonControllerJob gets retried 4 times (Thus there are 4 SleepJob 
 invocations) with message that it was killed due to inactivity.
 hexamples.jar = hadoop-examples-*.jar

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira