You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2015/03/27 16:17:41 UTC

ambari git commit: AMBARI-10240. increase hive user ulimit, proved too low and cause problems for lot customers (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk bc09eaa25 -> 8073405a4


AMBARI-10240. increase hive user ulimit, proved too low and cause problems for lot customers (aonishuk)


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

Branch: refs/heads/trunk
Commit: 8073405a4f0d29fdbdb91fe8080a5d30de6d10ba
Parents: bc09eaa
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Fri Mar 27 17:17:18 2015 +0200
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Fri Mar 27 17:17:18 2015 +0200

----------------------------------------------------------------------
 .../HIVE/0.12.0.2.0/package/templates/hive.conf.j2               | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/8073405a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/templates/hive.conf.j2
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/templates/hive.conf.j2 b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/templates/hive.conf.j2
index 2953eed..8b7f8bd 100644
--- a/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/templates/hive.conf.j2
+++ b/ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/package/templates/hive.conf.j2
@@ -31,5 +31,5 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-{{hive_user}}   - nofile 32768
-{{hive_user}}   - nproc  65536
+{{hive_user}}   - nofile 32000
+{{hive_user}}   - nproc  16000