Sungwook,
What's the column family permission? You probably want to do
something like this to give r/w permissions:
maprcli table cf edit -cfname dependent_vars -path '/tables/lecxe'
-readperm 'u:root|u:mapr'
maprcli table cf edit -cfname dependent_vars -path '/tables/lecxe'
-writeperm 'u:root|u:mapr'
-James
On 12/12/14, 6:44 AM, Sungwook Yoon wrote:
Querying maprdb, I got this error.
0: jdbc:drill:zk=10.180.98.244:5181,10.180.98> select * from excel limit 2;
Query failed: Failure while setting up Foreman.
Error: exception while executing query: Failure while executing query.
(state=,code=0)
What's going on?
Drillbit reads the column family information correctly, just does not go to
columns.
Thanks,
Sungwook