You could try something like:
$ sudo -u hive hive --service hiveserver 10000&
This sets the server to run on port 10000 (substitute 8083 if that's what
you're after). The & will bg the process in the same session and you can
continue working in that terminal.
Regards,
--
Mark Schnegelberger
Cloudera
On Tue, Oct 23, 2012 at 3:03 PM, Rupesh Chakrala
wrote:
Mark Schnegelberger
Cloudera
On Tue, Oct 23, 2012 at 3:03 PM, Rupesh Chakrala
wrote:
Hi Harsh,
Is there a way to start this as a service? This way it can be still
running in the background and I can continue my work without opening a new
terminal?
I would also like to use a custom port: 8083
I'm using CDH4 (4.0.2).
Thanks & Regards.
Rupesh
Is there a way to start this as a service? This way it can be still
running in the background and I can continue my work without opening a new
terminal?
I would also like to use a custom port: 8083
I'm using CDH4 (4.0.2).
Thanks & Regards.
Rupesh
On Tuesday, April 17, 2012 12:55:44 AM UTC-7, Harsh J wrote:
That does not indicate a hang. Rather, the service has started up and
you can connect to its default port to work with it.
Harsh J
--
That does not indicate a hang. Rather, the service has started up and
you can connect to its default port to work with it.
On Tue, Apr 17, 2012 at 2:17 AM, Michael Wang wrote:
Is Hive Thrift Server included in CDH 3? we need to connect to HIVE
from Microstrategy reports, and it requires the Thrift server. But I
tried to start it, and it just hangs as below.
# hive --service hiveserver
Starting Hive Thrift Server
Any ideas?
Thanks,
Michael
--Is Hive Thrift Server included in CDH 3? we need to connect to HIVE
from Microstrategy reports, and it requires the Thrift server. But I
tried to start it, and it just hangs as below.
# hive --service hiveserver
Starting Hive Thrift Server
Any ideas?
Thanks,
Michael
Harsh J
--