...
Code Block |
---|
hive_server_port=11050 |
Then launch HUE server (in dev mode)
Code Block |
---|
build/env/bin/hue runserver |
Now Hue should be running on http://localhost:8000. You should be able to use Hive and Impala in HUE.
If you are accessing HUE in other machine, launch HUE server in production mode:
Code Block |
---|
build/env/bin/hue runserver 0.0.0.0:8000 |
For testing GET_TABLES interface on Impala:
...