You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ma...@apache.org on 2014/02/06 06:20:15 UTC

git commit: AMBARI-4515. DataNode start fails during install on 1.3.3. (Dmytro Shkvyra via mahadev)

Updated Branches:
  refs/heads/trunk ca558726d -> c42a60e3a


AMBARI-4515. DataNode start fails during install on 1.3.3. (Dmytro Shkvyra via mahadev)


Project: http://git-wip-us.apache.org/repos/asf/ambari/repo
Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c42a60e3
Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c42a60e3
Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c42a60e3

Branch: refs/heads/trunk
Commit: c42a60e3a1c7fd9e2a9c8f39be31beb966c11fe3
Parents: ca55872
Author: Mahadev Konar <ma...@apache.org>
Authored: Wed Feb 5 21:20:04 2014 -0800
Committer: Mahadev Konar <ma...@apache.org>
Committed: Wed Feb 5 21:20:04 2014 -0800

----------------------------------------------------------------------
 .../stacks/HDP/1.3.2/services/HDFS/package/scripts/params.py       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/c42a60e3/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/package/scripts/params.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/package/scripts/params.py b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/package/scripts/params.py
index e172501..7ec0a88 100644
--- a/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/package/scripts/params.py
+++ b/ambari-server/src/main/resources/stacks/HDP/1.3.2/services/HDFS/package/scripts/params.py
@@ -26,7 +26,7 @@ config = Script.get_config()
 if System.get_instance().os_type == "oraclelinux":
   ulimit_cmd = ''
 else:
-  ulimit_cmd = "ulimit -c unlimited && if [ `ulimit -c` != 'unlimited' ]; then exit 77; fi && "
+  ulimit_cmd = "ulimit -c unlimited; "
 
 #security params
 security_enabled = config['configurations']['global']['security_enabled']