Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by RaghothamMurthy: http://wiki.apache.org/hadoop/Hive/HiveServer ------------------------------------------------------------------------------ $ bin/hive --service hiveserver }}} + + After starting the server, to test if the server is working well, run the hiveserver and jdbc tests in 'standalone' mode. The HIVE_PORT is assumed to be 10000 on localhost for this case. + + {{{ + $ ant test -Dtestcase=TestJdbcDriver -Dstandalone=true + $ ant test -Dtestcase=TestHiveServer -Dstandalone=true + }}} + The service supports clients in multiple languages. For more details see [wiki:Self:Hive/HiveClient HiveClient]
