Hi Dan,

Access key generation involves an entropy source which usually is pretty
small on VMs or containers. When entropy runs out, the random number
generator will block wait until there is entropy.

Try using http://www.issihosts.com/haveged/ to seed your entropy.

Regards,
Donald

On Sat, Jun 10, 2017 at 1:52 PM Dan Guja <[email protected]> wrote:

> Some updates on this
> I was wrong, the app is never created.
> It works if I specify the access-key parameter.
>
> On Sat, Jun 10, 2017 at 3:38 PM, Dan Guja <[email protected]> wrote:
>
>> 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.
>>>
>>
>

Reply via email to