You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/hdinsight/hdinsight-hadoop-templeton-webhcat-debug-errors.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ If the following default values are exceeded, it can degrade WebHCat performance
27
27
| --- | --- | --- |
28
28
|[yarn.scheduler.capacity.maximum-applications][maximum-applications]|The maximum number of jobs that can be active concurrently (pending or running) |10,000 |
29
29
|[templeton.exec.max-procs][max-procs]|The maximum number of requests that can be served concurrently |20 |
30
-
|[mapreduce.jobhistory.max-age-ms][max-age-ms]|The number of days that job history are retained |7 days |
30
+
|[mapreduce.jobhistory.max-age-ms][max-age-ms]|The number of days that job history are retained |seven days |
31
31
32
32
## Too many requests
33
33
@@ -45,13 +45,13 @@ If the following default values are exceeded, it can degrade WebHCat performance
45
45
| --- | --- |
46
46
| This status code usually occurs during failover between the primary and secondary HeadNode for the cluster |Wait two minutes, then retry the operation |
47
47
48
-
## Bad request Content: Could not find job
48
+
## Bad request Content: Could'nt find job
49
49
50
50
**HTTP Status code**: 400
51
51
52
52
| Cause | Resolution |
53
53
| --- | --- |
54
-
| Job details have been cleaned up by the job history cleaner |The default retention period for job history is 7 days. The default retention period can be changed by modifying `mapreduce.jobhistory.max-age-ms`. For more information, see [Modifying configuration](#modifying-configuration)|
54
+
| Job details have been cleaned up by the job history cleaner |The default retention period for job history is seven days. The default retention period can be changed by modifying `mapreduce.jobhistory.max-age-ms`. For more information, see [Modifying configuration](#modifying-configuration)|
55
55
| Job has been killed because of a failover |Retry job submission for up to two minutes |
56
56
| An Invalid job ID was used |Check if the job ID is correct |
57
57
@@ -62,7 +62,7 @@ If the following default values are exceeded, it can degrade WebHCat performance
62
62
| Cause | Resolution |
63
63
| --- | --- |
64
64
| Internal garbage collection is occurring within the WebHCat process |Wait for garbage collection to finish or restart the WebHCat service |
65
-
| Time out waiting on a response from the ResourceManager service. This error can occur when the number of active applications goes the configured maximum (default 10,000) |Wait for currently running jobs to complete or increase the concurrent job limit by modifying `yarn.scheduler.capacity.maximum-applications`. For more information, see the [Modifying configuration](#modifying-configuration) section. |
65
+
| Time out waiting on a response from the Resource Manager service. This error can occur when the number of active applications goes the configured maximum (default 10,000) |Wait for currently running jobs to complete or increase the concurrent job limit by modifying `yarn.scheduler.capacity.maximum-applications`. For more information, see the [Modifying configuration](#modifying-configuration) section. |
66
66
| Attempting to retrieve all jobs through the [GET /jobs](https://cwiki.apache.org/confluence/display/Hive/WebHCat+Reference+Jobs) call while `Fields` is set to `*`|Don't retrieve *all* job details. Instead use `jobid` to retrieve details for jobs only greater than certain job ID. Or, don't use `Fields`|
67
67
| The WebHCat service is down during HeadNode failover |Wait for two minutes and retry the operation |
68
68
| There are more than 500 pending jobs submitted through WebHCat |Wait until currently pending jobs have completed before submitting more jobs |
0 commit comments