>
> Hi to all, sorry for not being fully on topic but I have 2 quick questions
> about Parquet tables registered in Hive/sparq:
>
Using HiveQL to CREATE TABLE will add a table to the metastore / warehouse
exactly as it would in hive.  Registering is a purely temporary operation
that lives with the HiveContext.  In 1.1 we have renamed this function to
registerTempTable to make this more clear.

> 2) If I have multiple hiveContexts (one per application) using the same
> parquet table, is there any problem if inserting concurrently from all
> applications?
>
This is not supported.

Reply via email to