FAQ
-
Are there any caveats to know about this packaging
Namenode caches journalnode ip address and doesn't change when address changes. You might want to patch your hdfs deployment with this patch HADOOP-17068
-
Minimal command line tools required for this package to work correctly
- nslookup
- netcat
- curl
-
Minimal configuration for the package to work correctly
- Zookeeper should have
zookeeper.4lw.commandsenabled with bare minimumstatcommand
- Zookeeper should have
-
Tested versions for various components
- Hadoop: 3.1.x
- Hbase: 2.1.x - 2.4.x
- Zookeeper: 3.4.10+
-
Can I change service ports for components such as zookeeper, journalnode, etc. If not what are the defaults
At present, ports are hard coded with packaging, will change this in the future.
- Zookeeper: 2181
- Journalnode: 8485
- Hmaster: 16000, 16010
- RegionServer: 16020, 16030
- Datanode: 9866
- Namenode: 8020, 50070
- Zkfc: 8019
-
Which shell is recommend bundled with hbase docker image
All tests are done with
bashshell and hence can't guarantee working with any other shell.