Hi,

I am unable to start service hiveserver2 on windows. I am starting this service 
to configure ODBC connection to Excel.

I am issuing the following command to start the service:
> hive.cmd --service hiveserver2

It is not throwing any errors. When I am running with "echo on" option. I can 
see its trying to run following command

c:\hive\bin>call C:\hadoop\bin\hadoop.cmd jar C:\hive\lib\hive-service-0.13.1.ja
r org.apache.hive.service.server.HiveServer2

Neither script exits nor I get any error messages after this.

Following is my hive-site.xml settings:

<property>
  <name>hive.server2.servermode</name>
  <value>thrift</value>
  <description>Server  mode. "thrift" or "http".</description>
</property>

property>
  <name>hive.server2.transport.mode</name>
  <value>binary</value>
  <description>Server transport mode. "binary" or "http".</description>
</property>

<property>
  <name>hive.server2.thrift.port</name>
  <value>10000</value>
</property>

<property>
  <name>hive.server2.thrift.bind.host</name>
  <value>localhost</value>
 </property>

<property>
  <name>hive.server2.authentication</name>
  <value>NONE</value>
</property>

Regards,
Praveen.

The information contained in this electronic message and any attachments to 
this message are intended for the exclusive use of the addressee(s) and may 
contain proprietary, confidential or privileged information. If you are not the 
intended recipient, you should not disseminate, distribute or copy this e-mail. 
Please notify the sender immediately and destroy all copies of this message and 
any attachments.

WARNING: Computer viruses can be transmitted via email. The recipient should 
check this email and any attachments for the presence of viruses. The company 
accepts no liability for any damage caused by any virus transmitted by this 
email.

www.wipro.com

Reply via email to