Repository: hive Updated Branches: refs/heads/master f2600e9da -> 40f348f6b
HIVE-10968 : Windows: analyze json table via beeline failed throwing Class org.apache.hive.hcatalog.data.JsonSerDe not found (Hari Subramaniyan, reviewed by Thejas Nair) Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/40f348f6 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/40f348f6 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/40f348f6 Branch: refs/heads/master Commit: 40f348f6bb9d660d7f3f88c67c96d576fc6638e9 Parents: f2600e9 Author: Hari Subramaniyan <[email protected]> Authored: Wed Jun 10 14:23:42 2015 -0700 Committer: Hari Subramaniyan <[email protected]> Committed: Wed Jun 10 14:23:42 2015 -0700 ---------------------------------------------------------------------- bin/ext/hiveserver2.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/40f348f6/bin/ext/hiveserver2.cmd ---------------------------------------------------------------------- diff --git a/bin/ext/hiveserver2.cmd b/bin/ext/hiveserver2.cmd index 86a35e0..5431de6 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% -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 ^<arguments^>%JAVA_HEAP_MAX% -XX:MaxPermSize=512m %HADOOP_OPTS% -classpath %CLASSPATH%;%HIVE_HBASE_PATH%;%HIVE_HOME%\hcatalog\share\hcatalog\* %CLASS% -hiveconf hive.hadoop.classpath=%HIVE_LIB%\*;%HIVE_HOME%\hcatalog\share\hcatalog\* -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
