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 ------------------------------------------------------------------------------ ## page was renamed from Hive/AdminManual/HiveServer Once Hive has been built using steps in [wiki:Self:Hive/GettingStarted GettingStarted], the thrift server can be started by running the following: {{{ + $ build/dist/bin/hive --service hiveserver --help + usage HIVE_PORT=xxxx ./hive --service hiveserver + HIVE_PORT : Specify the server port + $ bin/hive --service hiveserver }}} The service supports clients in multiple clients including: * Java - See service/src/test/org/apache/hadoop/hive/service/!TestHiveServer.java for example - * Python - See service/src/test/py - * Php - See service/src/test/php + * Python - Set PYTHONPATH to build/dist/lib/py. Sample client is at build/dist/lib/py/hive_service/!ThriftHive-remote. + * Php - Set PHP_ROOT to build/dist/lib/php. Sample client is at service/src/test/php
