Hi, I was not able to stopThrift Server after performing the following steps.
$ bin/hive --service hiveserver & Starting Hive Thrift Server $ netstat -nl | grep 10000 tcp 0 0 :::10000 :::* LISTEN I gave the following to stop. but not working. hive --service hiveserver --action stop 10000 How can I stop this service? Thanks, Raj