Skip to content

Commit 849dc5b

Browse files
authored
Improved Acrolinx Score
Improved Acrolinx Score
1 parent 9095410 commit 849dc5b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/hdinsight/hdinsight-hadoop-templeton-webhcat-debug-errors.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If the following default values are exceeded, it can degrade WebHCat performance
2727
| --- | --- | --- |
2828
| [yarn.scheduler.capacity.maximum-applications][maximum-applications] |The maximum number of jobs that can be active concurrently (pending or running) |10,000 |
2929
| [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 |
3131

3232
## Too many requests
3333

@@ -45,13 +45,13 @@ If the following default values are exceeded, it can degrade WebHCat performance
4545
| --- | --- |
4646
| This status code usually occurs during failover between the primary and secondary HeadNode for the cluster |Wait two minutes, then retry the operation |
4747

48-
## Bad request Content: Could not find job
48+
## Bad request Content: Could'nt find job
4949

5050
**HTTP Status code**: 400
5151

5252
| Cause | Resolution |
5353
| --- | --- |
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) |
5555
| Job has been killed because of a failover |Retry job submission for up to two minutes |
5656
| An Invalid job ID was used |Check if the job ID is correct |
5757

@@ -62,7 +62,7 @@ If the following default values are exceeded, it can degrade WebHCat performance
6262
| Cause | Resolution |
6363
| --- | --- |
6464
| 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. |
6666
| 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` |
6767
| The WebHCat service is down during HeadNode failover |Wait for two minutes and retry the operation |
6868
| There are more than 500 pending jobs submitted through WebHCat |Wait until currently pending jobs have completed before submitting more jobs |

0 commit comments

Comments
 (0)