You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Sid Wagle <sw...@hortonworks.com> on 2015/08/04 02:27:34 UTC

Review Request 37060: Ambari does not allow hard limit for hdfs daemons to be modified

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

Review request for Ambari, Alejandro Fernandez, Mahadev Konar, and Sumit Mohanty.


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


Repository: ambari


Description
-------

Template example:
src/main/resources/common-services/HDFS/2.1.0.2.0/package/templates/hdfs.conf.j2

The open files limit is hardcoded.

User has to set this manually for running NN and then edit this file and restart.


Diffs
-----

  ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hadoop-env.xml d33cfda 
  ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/params_linux.py c53508b 
  ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/templates/hdfs.conf.j2 d58a6f5 
  ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-env.xml 64653b5 
  ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params_linux.py 35b896f 
  ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/templates/hive.conf.j2 8b7f8bd 
  ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration-mapred/mapred-env.xml 14ae20b 
  ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration/yarn-env.xml c16c3ac 
  ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/params_linux.py 4443476 
  ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/templates/mapreduce.conf.j2 b996645 
  ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/templates/yarn.conf.j2 3bd7a45 

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


Testing
-------

Manually verified


Thanks,

Sid Wagle


Re: Review Request 37060: Ambari does not allow hard limit for hdfs daemons to be modified

Posted by Sumit Mohanty <sm...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37060/#review93980
-----------------------------------------------------------

Ship it!


Ship It!

- Sumit Mohanty


On Aug. 4, 2015, 12:32 a.m., Sid Wagle wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/37060/
> -----------------------------------------------------------
> 
> (Updated Aug. 4, 2015, 12:32 a.m.)
> 
> 
> Review request for Ambari, Alejandro Fernandez, Mahadev Konar, and Sumit Mohanty.
> 
> 
> Bugs: AMBARI-12626
>     https://issues.apache.org/jira/browse/AMBARI-12626
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> Template example:
> src/main/resources/common-services/HDFS/2.1.0.2.0/package/templates/hdfs.conf.j2
> 
> The open files limit is hardcoded.
> 
> User has to set this manually for running NN and then edit this file and restart.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hadoop-env.xml d33cfda 
>   ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/params_linux.py c53508b 
>   ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/templates/hdfs.conf.j2 d58a6f5 
>   ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-env.xml 64653b5 
>   ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params_linux.py 35b896f 
>   ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/templates/hive.conf.j2 8b7f8bd 
>   ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration-mapred/mapred-env.xml 14ae20b 
>   ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration/yarn-env.xml c16c3ac 
>   ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/params_linux.py 4443476 
>   ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/templates/mapreduce.conf.j2 b996645 
>   ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/templates/yarn.conf.j2 3bd7a45 
> 
> Diff: https://reviews.apache.org/r/37060/diff/
> 
> 
> Testing
> -------
> 
> Manually verified
> 
> 
> Thanks,
> 
> Sid Wagle
> 
>


Re: Review Request 37060: Ambari does not allow hard limit for hdfs daemons to be modified

Posted by Sid Wagle <sw...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37060/
-----------------------------------------------------------

(Updated Aug. 4, 2015, 12:32 a.m.)


Review request for Ambari, Alejandro Fernandez, Mahadev Konar, and Sumit Mohanty.


Changes
-------

Removed dup.


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


Repository: ambari


Description
-------

Template example:
src/main/resources/common-services/HDFS/2.1.0.2.0/package/templates/hdfs.conf.j2

The open files limit is hardcoded.

User has to set this manually for running NN and then edit this file and restart.


Diffs (updated)
-----

  ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/configuration/hadoop-env.xml d33cfda 
  ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/params_linux.py c53508b 
  ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/templates/hdfs.conf.j2 d58a6f5 
  ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/configuration/hive-env.xml 64653b5 
  ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/scripts/params_linux.py 35b896f 
  ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/templates/hive.conf.j2 8b7f8bd 
  ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration-mapred/mapred-env.xml 14ae20b 
  ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/configuration/yarn-env.xml c16c3ac 
  ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/scripts/params_linux.py 4443476 
  ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/templates/mapreduce.conf.j2 b996645 
  ambari-server/src/main/resources/common-services/YARN/2.1.0.2.0/package/templates/yarn.conf.j2 3bd7a45 

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


Testing
-------

Manually verified


Thanks,

Sid Wagle