[WIP] Add new AAI configuration files
[oom.git] / kubernetes / aai / hbase-deployment.yaml
index 2dafc72..099cc84 100644 (file)
@@ -20,6 +20,10 @@ spec:
       containers:
       - name: hbase
         image: aaidocker/aai-hbase-1.2.3:latest
+        command: 
+        - bash
+        - -c
+        - if [ ! -d /opt/data/hdfs-data-name ]; then /opt/hadoop-2.7.2/bin/hadoop namenode -format; fi && /opt/entrypoint.sh
         volumeMounts:
         - mountPath: /opt/data/
           name: hbase-opt-data