I install Brisk beta and start to use Hive.
I create a Hive table and load data into it.
I can see it is there by running command "select * from table A".
But When I tried to run a mapreduce job, "select [column name] from table A" or "select count(*) from table A".
It fails.
FAILED: Execution Error, return code 2 from org.apache.hadoop.hive.ql.exec.MapRedTask
In addition, Where I can check hadoop logs, I checked /var/log/hadoop/, But I can only see job configuration xml files.
The directory /userlogs are empty...
