HIVE-10603 : increase default permgen space for HS2 on windows (Ivan Malamen via Thejas Nair, Sushanth Sowmyan)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/57df263e Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/57df263e Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/57df263e Branch: refs/heads/llap Commit: 57df263e520845e4b02640b1e982f39dfac211bf Parents: 1d3fd3d Author: Thejas Nair <[email protected]> Authored: Mon May 4 17:13:33 2015 -0700 Committer: Thejas Nair <[email protected]> Committed: Mon May 4 17:13:33 2015 -0700 ---------------------------------------------------------------------- bin/ext/hiveserver2.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/57df263e/bin/ext/hiveserver2.cmd ---------------------------------------------------------------------- diff --git a/bin/ext/hiveserver2.cmd b/bin/ext/hiveserver2.cmd index 796c16a..86a35e0 100644 --- a/bin/ext/hiveserver2.cmd +++ b/bin/ext/hiveserver2.cmd @@ -76,7 +76,7 @@ goto :EOF @echo ^<name^>HiveServer2^</name^> @echo ^<description^>Hadoop HiveServer2 Service^</description^> @echo ^<executable^>%JAVA_HOME%\bin\java^</executable^> -@echo ^<arguments^>%JAVA_HEAP_MAX% %HADOOP_OPTS% -classpath %CLASSPATH%;%HIVE_HBASE_PATH% %CLASS% -hiveconf hive.hadoop.classpath=%HIVE_LIB%\* -hiveconf hive.security.authorization.manager=org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd.SQLStdHiveAuthorizerFactory -hiveconf hive.security.authenticator.manager=org.apache.hadoop.hive.ql.security.SessionStateUserAuthenticator -hiveconf hive.metastore.uris=" " %HIVE_OPTS%^</arguments^> +@echo ^<arguments^>%JAVA_HEAP_MAX% -XX:MaxPermSize=512m %HADOOP_OPTS% -classpath %CLASSPATH%;%HIVE_HBASE_PATH% %CLASS% -hiveconf hive.hadoop.classpath=%HIVE_LIB%\* -hiveconf hive.security.authorization.manager=org.apache.hadoop.hive.ql.security.authorization.plugin.sqlstd.SQLStdHiveAuthorizerFactory -hiveconf hive.security.authenticator.manager=org.apache.hadoop.hive.ql.security.SessionStateUserAuthenticator -hiveconf hive.metastore.uris=" " %HIVE_OPTS%^</arguments^> @echo ^</service^> goto :EOF
