Hi I am trying to create an app and while it's successfully created, the process never exits
Probably it's worth mentioning that I am using HBase for event storage and HDFS for model storage. Here is the output pio app new test3 --verbose > [INFO] [plugins] [Man Mountain Marko] loaded [], sites [] > SLF4J: Class path contains multiple SLF4J bindings. > SLF4J: Found binding in > [jar:file:/PredictionIO-0.11.0-incubating/lib/spark/pio-data-hdfs-assembly-0.11.0-incubating.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: Found binding in > [jar:file:/PredictionIO-0.11.0-incubating/lib/pio-assembly-0.11.0-incubating.jar!/org/slf4j/impl/StaticLoggerBinder.class] > SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an > explanation. > SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory] > [INFO] [HConnectionManager$HConnectionImplementation] Closing master > protocol: MasterService > [INFO] [HConnectionManager$HConnectionImplementation] Closing zookeeper > sessionid=0x15c92796b3900df > [INFO] [deprecation] hadoop.native.lib is deprecated. Instead, use > io.native.lib.available > [INFO] [HConnectionManager$HConnectionImplementation] Closing zookeeper > sessionid=0x15c92796b3900e1 > [INFO] [HBLEvents] The table pio_event:events_5 doesn't exist yet. > Creating now... > [INFO] [HConnectionManager$HConnectionImplementation] Closing zookeeper > sessionid=0x15c92796b3900e3 > [INFO] [App$] Initialized Event Store for this app ID: 5. >
