Hi Pat,
I've followed your suggestion to check all services but I get an error with
hdfs:
$ hdfs dfs -ls
No command 'hdfs' found, did you mean:
Command 'hdfls' from package 'hdf4-tools' (universe)
Command 'hfs' from package 'hfsutils-tcltk' (universe)
hdfs: command not found
Which one is the one
Hi Donald,
This is the configuration on my pio-env.sh:
PIO_STORAGE_REPOSITORIES_METADATA_NAME=pio_meta
PIO_STORAGE_REPOSITORIES_METADATA_SOURCE=ELASTICSEARCH
PIO_STORAGE_REPOSITORIES_EVENTDATA_NAME=pio_event
PIO_STORAGE_REPOSITORIES_EVENTDATA_SOURCE=HBASE
PIO_STORAGE_REPOSITORIES_MODELDATA_NAME
I’ve seen this happen on my dev machine (a mac laptop) when I use
`pio-start-all` which I never use in production.
My test for everything running includes
pio status: this only tests the metadata service and the main store
(Elasticsearch and HBase in my case) It by no means examines all service
Hey Noelia,
What event storage backend are you using? Is the backend storage stuck?
This could happen very often with a local, single-node HBase installation.
Regards,
Donald
On Mon, Nov 13, 2017 at 7:51 AM, Noelia Osés Fernández
wrote:
> I forgot to mention that *pio status* reports my system
I forgot to mention that *pio status* reports my system is all ready to go
:(
but it isn't true. I can't import the data.
On 13 November 2017 at 16:47, Noelia Osés Fernández
wrote:
> Hi,
>
> It has happened several times already that after I execute:
>
> *pio app delete appname*
>
> my PIO inst
Hi,
It has happened several times already that after I execute:
*pio app delete appname*
my PIO installation breaks. Does anybody else have this problem?
Particularly, this time I get the following error during data import:
Traceback (most recent call last):
File "data/import_eventserver.py"