Hi,
I tried to deploy the accumulo-master image with:
sudo docker run -d\
-p 9999:9999\
--env CORE_CONF_fs_defaultFS='hdfs://${HDFS_NAMENODE_IP}:8020'\
--env ACCCUMULO_CONF_instance_dfs_dir='accumulo'\
--env ACCCUMULO_CONF_instance_dfs_uri='hdfs://${HDFS_NAMENODE_IP}:9000/accumulo'\
--env ACCUMULO_CONF_instance_zookeeper_host=${ZOOKEEPER_MASTER_IP}\
--name accumulo-master\
infotechsoft/accumulo-master
...but it exists immediatly: am I doing something wonrg?
Hi,
I tried to deploy the
accumulo-masterimage with:...but it exists immediatly: am I doing something wonrg?