Hi
After a lot of work I've finally Alluxion running I can see the parquet file on HDFS (not hdfs of Alluxion)
I ve created a table using hive like
CREATE TABLE table(......)
STORED AS PARQUET
LOCATION '/user/hive/parquet';
So hive can access the table.
Now what I'm supposed to do to cache this table in Alluxio Do I need to load all parquet file in memory ?
Actually I'm using Alluxio 1.4 I've also removed all the problem with dependencies with presto.
So Alluxion client is loaded in Presto
But nothing else now ??
Thanks for help