Created 11-08-2016 03:26 AM
Please help me on this..
Thanks,
Syam.
Created 11-08-2016 08:51 AM
Hi syamsri,
This seems like a permission issue. As indicated by the exception, please verify if appropriate write
permissions exist for table directory.
Thanks.
Created 11-08-2016 09:09 AM
Hi Mohit,
Thanks for the reply,
I have given all permissions for the tweets folder.
Thanks,
Syam.
Created 11-14-2016 04:58 PM
if it is just a vm that you are playin around , disable the security in the hdfs-site.xml
by setting the below property to false in hdfs-site.xml
<property> <name>dfs.permissions.enabled</name> <value>false</value> </property>
After setting please restart the all.
OR
sudo -u hdfs hadoop fs -chmod -R 777 /solr/twitter_demo/core_node1/data/tlog
you have to give the
Created 11-14-2016 10:40 PM
Hi Guna,
Thanks again for the reply,
The Stated property is not there in hdfs-site.xml .
Shall i add ?
I am not using solr .
I want Hive analysis on twitter data which came via Flume.
Thanks,
Syam.
Created on 11-15-2016 01:51 AM - edited 11-15-2016 01:52 AM
Yes please add the property if it is not there and if you are ok in disabling the security
also restart everything , in order to publish the change in the hdfs-site.xml
Created 11-15-2016 11:23 AM
Hi Guna,
I have added the property as you stated and restarted.
But this error is repeating.
Appreciate your help.
Thanks,
Syam.
Created 11-16-2016 05:44 AM
This time it didnt complain about the permission error that you got last time.
please issue the below commands.
MSCK REPAIR TABLE table_name;
analyze table table_name compute statistics;
the above should refresh the metadata and try select * from tablename;
Created 11-17-2016 12:42 AM
Hi Guna,
Thanks again,
Please check the scrreen shots. Same error
Thanks,
Syam.
Created on 11-18-2016 01:01 AM - edited 11-18-2016 01:05 AM
Could you verify your hive/lib folder whether you have the hive-serdes-1.0-SNAPSHOT.jar , if not please download it and add it and please excute the select statement.