-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/32731/
-----------------------------------------------------------
(Updated April 1, 2015, 11:43 p.m.)
Review request for Ambari and Alejandro Fernandez.
Changes
-------
This patch passed unit tests and manual Ambari installation tests.
Bugs: AMBARI-10280
https://issues.apache.org/jira/browse/AMBARI-10280
Repository: ambari
Description
-------
AMBARI-10280 Need to check if rpcbind or portmap is started before starting NFS
Gateway
Diffs (updated)
-----
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/hdfs_nfsgateway.py
e908ecf
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/params.py
58773bd
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/status_params.py
c7c5325
ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/utils.py
0b9af6b
ambari-server/src/test/python/stacks/2.0.6/HDFS/test_nfsgateway.py 4fdf740
Diff: https://reviews.apache.org/r/32731/diff/
Testing
-------
Manually tested it on VM.
The python unit test test_nfsgateway.py failed because now NFS is started by
root not hdfs anymore.
Thanks,
Brandon Li