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 <aonis...@hortonworks.com>
Authored: Fri Mar 27 17:17:18 2015 +0200
Committer: Andrew Onishuk <aonis...@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

Reply via email to