You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by dm...@apache.org on 2014/01/27 17:28:10 UTC

git commit: AMBARI-4416. HDFS start failed on 2.1.1 stack (Dmytro Shkvyra via dlysnichenko)

Updated Branches:
  refs/heads/trunk 8015c714a -> b0add1ce4


AMBARI-4416. HDFS start failed on 2.1.1 stack (Dmytro Shkvyra via dlysnichenko)


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

Branch: refs/heads/trunk
Commit: b0add1ce46728f8222bec0955caeb97ef922fca3
Parents: 8015c71
Author: Lisnichenko Dmitro <dl...@hortonworks.com>
Authored: Mon Jan 27 18:26:43 2014 +0200
Committer: Lisnichenko Dmitro <dl...@hortonworks.com>
Committed: Mon Jan 27 18:26:43 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/ambari/blob/b0add1ce/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/HDFS/package/scripts/params.py
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/HDFS/package/scripts/params.py b/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/HDFS/package/scripts/params.py
index cec3b68..99fdc70 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.1.1/services/HDFS/package/scripts/params.py
+++ b/ambari-server/src/main/resources/stacks/HDP/2.1.1/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']