You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Andrew Onischuk <ao...@hortonworks.com> on 2014/05/19 15:23:40 UTC

Review Request 21631: MapReduce Service Check fails.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21631/
-----------------------------------------------------------

Review request for Ambari and Dmitro Lisnichenko.


Bugs: AMBARI-5807
    https://issues.apache.org/jira/browse/AMBARI-5807


Repository: ambari


Description
-------

MapReduce service check fails in installer wizard as JobTracker instantly goes
down after coming up. Recurrent tries to start JobTracker fails with following
error logged in jobtracker log.  
**JobTracker Log:**
    
    
    2014-05-16 21:38:55,901 FATAL org.apache.hadoop.mapred.JobTracker: java.io.IOException: Queue 'default' doesn't have configured capacity!
    	at org.apache.hadoop.mapred.CapacityTaskScheduler.parseQueues(CapacityTaskScheduler.java:917)
    	at org.apache.hadoop.mapred.CapacityTaskScheduler.start(CapacityTaskScheduler.java:834)
    	at org.apache.hadoop.mapred.JobTracker.offerService(JobTracker.java:2163)
    	at org.apache.hadoop.mapred.JobTracker.main(JobTracker.java:4711)
    
    2014-05-16 21:38:55,904 INFO org.apache.hadoop.mapred.JobTracker: SHUTDOWN_MSG: 
    

**capacity-scheduler.xml** is present in _/etc/hadoop/conf .empty_ path but **missing** in _/etc/hadoop/conf_ path


Diffs
-----

  ambari-server/src/main/resources/stacks/HDP/1.3.2/hooks/after-INSTALL/scripts/params.py 966acb4 
  ambari-server/src/main/resources/stacks/HDP/1.3.2/hooks/after-INSTALL/scripts/shared_initialization.py 2a26e2e 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/scripts/params.py 861ed55 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/scripts/shared_initialization.py b2b6699 
  ambari-server/src/test/python/stacks/1.3.2/hooks/after-INSTALL/test_after_install.py 1cc6f6f 
  ambari-server/src/test/python/stacks/2.0.6/hooks/before-START/test_before_start.py e57a53c 

Diff: https://reviews.apache.org/r/21631/diff/


Testing
-------

mvn clean test


Thanks,

Andrew Onischuk


Re: Review Request 21631: MapReduce Service Check fails.

Posted by Mahadev Konar <ma...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21631/#review43364
-----------------------------------------------------------

Ship it!


Ship It!

- Mahadev Konar


On May 19, 2014, 1:24 p.m., Andrew Onischuk wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/21631/
> -----------------------------------------------------------
> 
> (Updated May 19, 2014, 1:24 p.m.)
> 
> 
> Review request for Ambari, Dmitro Lisnichenko and Mahadev Konar.
> 
> 
> Bugs: AMBARI-5807
>     https://issues.apache.org/jira/browse/AMBARI-5807
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> MapReduce service check fails in installer wizard as JobTracker instantly goes
> down after coming up. Recurrent tries to start JobTracker fails with following
> error logged in jobtracker log.  
> **JobTracker Log:**
>     
>     
>     2014-05-16 21:38:55,901 FATAL org.apache.hadoop.mapred.JobTracker: java.io.IOException: Queue 'default' doesn't have configured capacity!
>     	at org.apache.hadoop.mapred.CapacityTaskScheduler.parseQueues(CapacityTaskScheduler.java:917)
>     	at org.apache.hadoop.mapred.CapacityTaskScheduler.start(CapacityTaskScheduler.java:834)
>     	at org.apache.hadoop.mapred.JobTracker.offerService(JobTracker.java:2163)
>     	at org.apache.hadoop.mapred.JobTracker.main(JobTracker.java:4711)
>     
>     2014-05-16 21:38:55,904 INFO org.apache.hadoop.mapred.JobTracker: SHUTDOWN_MSG: 
>     
> 
> **capacity-scheduler.xml** is present in _/etc/hadoop/conf .empty_ path but **missing** in _/etc/hadoop/conf_ path
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/stacks/HDP/1.3.2/hooks/after-INSTALL/scripts/params.py 966acb4 
>   ambari-server/src/main/resources/stacks/HDP/1.3.2/hooks/after-INSTALL/scripts/shared_initialization.py 2a26e2e 
>   ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/scripts/params.py 861ed55 
>   ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/scripts/shared_initialization.py b2b6699 
>   ambari-server/src/test/python/stacks/1.3.2/hooks/after-INSTALL/test_after_install.py 1cc6f6f 
>   ambari-server/src/test/python/stacks/2.0.6/hooks/before-START/test_before_start.py e57a53c 
> 
> Diff: https://reviews.apache.org/r/21631/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> 
> Thanks,
> 
> Andrew Onischuk
> 
>


Re: Review Request 21631: MapReduce Service Check fails.

Posted by Dmitro Lisnichenko <dl...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21631/#review43359
-----------------------------------------------------------

Ship it!


Ship It!

- Dmitro Lisnichenko


On May 19, 2014, 1:24 p.m., Andrew Onischuk wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/21631/
> -----------------------------------------------------------
> 
> (Updated May 19, 2014, 1:24 p.m.)
> 
> 
> Review request for Ambari, Dmitro Lisnichenko and Mahadev Konar.
> 
> 
> Bugs: AMBARI-5807
>     https://issues.apache.org/jira/browse/AMBARI-5807
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> MapReduce service check fails in installer wizard as JobTracker instantly goes
> down after coming up. Recurrent tries to start JobTracker fails with following
> error logged in jobtracker log.  
> **JobTracker Log:**
>     
>     
>     2014-05-16 21:38:55,901 FATAL org.apache.hadoop.mapred.JobTracker: java.io.IOException: Queue 'default' doesn't have configured capacity!
>     	at org.apache.hadoop.mapred.CapacityTaskScheduler.parseQueues(CapacityTaskScheduler.java:917)
>     	at org.apache.hadoop.mapred.CapacityTaskScheduler.start(CapacityTaskScheduler.java:834)
>     	at org.apache.hadoop.mapred.JobTracker.offerService(JobTracker.java:2163)
>     	at org.apache.hadoop.mapred.JobTracker.main(JobTracker.java:4711)
>     
>     2014-05-16 21:38:55,904 INFO org.apache.hadoop.mapred.JobTracker: SHUTDOWN_MSG: 
>     
> 
> **capacity-scheduler.xml** is present in _/etc/hadoop/conf .empty_ path but **missing** in _/etc/hadoop/conf_ path
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/stacks/HDP/1.3.2/hooks/after-INSTALL/scripts/params.py 966acb4 
>   ambari-server/src/main/resources/stacks/HDP/1.3.2/hooks/after-INSTALL/scripts/shared_initialization.py 2a26e2e 
>   ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/scripts/params.py 861ed55 
>   ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/scripts/shared_initialization.py b2b6699 
>   ambari-server/src/test/python/stacks/1.3.2/hooks/after-INSTALL/test_after_install.py 1cc6f6f 
>   ambari-server/src/test/python/stacks/2.0.6/hooks/before-START/test_before_start.py e57a53c 
> 
> Diff: https://reviews.apache.org/r/21631/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> 
> Thanks,
> 
> Andrew Onischuk
> 
>


Re: Review Request 21631: MapReduce Service Check fails.

Posted by Andrew Onischuk <ao...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/21631/
-----------------------------------------------------------

(Updated May 19, 2014, 1:24 p.m.)


Review request for Ambari, Dmitro Lisnichenko and Mahadev Konar.


Bugs: AMBARI-5807
    https://issues.apache.org/jira/browse/AMBARI-5807


Repository: ambari


Description
-------

MapReduce service check fails in installer wizard as JobTracker instantly goes
down after coming up. Recurrent tries to start JobTracker fails with following
error logged in jobtracker log.  
**JobTracker Log:**
    
    
    2014-05-16 21:38:55,901 FATAL org.apache.hadoop.mapred.JobTracker: java.io.IOException: Queue 'default' doesn't have configured capacity!
    	at org.apache.hadoop.mapred.CapacityTaskScheduler.parseQueues(CapacityTaskScheduler.java:917)
    	at org.apache.hadoop.mapred.CapacityTaskScheduler.start(CapacityTaskScheduler.java:834)
    	at org.apache.hadoop.mapred.JobTracker.offerService(JobTracker.java:2163)
    	at org.apache.hadoop.mapred.JobTracker.main(JobTracker.java:4711)
    
    2014-05-16 21:38:55,904 INFO org.apache.hadoop.mapred.JobTracker: SHUTDOWN_MSG: 
    

**capacity-scheduler.xml** is present in _/etc/hadoop/conf .empty_ path but **missing** in _/etc/hadoop/conf_ path


Diffs
-----

  ambari-server/src/main/resources/stacks/HDP/1.3.2/hooks/after-INSTALL/scripts/params.py 966acb4 
  ambari-server/src/main/resources/stacks/HDP/1.3.2/hooks/after-INSTALL/scripts/shared_initialization.py 2a26e2e 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/scripts/params.py 861ed55 
  ambari-server/src/main/resources/stacks/HDP/2.0.6/hooks/before-START/scripts/shared_initialization.py b2b6699 
  ambari-server/src/test/python/stacks/1.3.2/hooks/after-INSTALL/test_after_install.py 1cc6f6f 
  ambari-server/src/test/python/stacks/2.0.6/hooks/before-START/test_before_start.py e57a53c 

Diff: https://reviews.apache.org/r/21631/diff/


Testing
-------

mvn clean test


Thanks,

Andrew Onischuk