Member since
02-18-2016
72
Posts
19
Kudos Received
7
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
976 | 07-10-2017 04:10 PM | |
2052 | 07-10-2017 04:01 PM | |
5047 | 04-25-2017 05:01 PM | |
5350 | 03-02-2017 06:35 PM | |
6851 | 12-20-2016 02:13 PM |
02-08-2017
06:46 PM
Can you share your table creation script? I am not sure how you specify snappy compress in your script.
... View more
02-07-2017
04:34 PM
You may use the linux script to loop over the date that more than 10 days, and use "truncate table [tablename] partition [date partition]". And if you can run everyday, you just need to run one truncate.
... View more
02-07-2017
04:30 PM
Could you please let me know how did you load the data into the compressed table, i.e. command in hive? After the loading the data into the table, can you retrieve the data from that table?
... View more
02-07-2017
02:15 PM
The task in pending mode is because there is no container can be allocated for that task at the time. So, please go to the Resource Manager UI to check how many container can be launched for each cluster, and how many has been launched at the time of running. From there, you can decide whether the constraint comes from resource or from setting.
... View more
01-19-2017
06:22 PM
so, if you delete the service, I think it should already removed the topics. But mainly you need to check on zookeeper, and see whether any information regarding broker is there? and you can also check whether any data is left on the directory that kafka data located.
... View more
12-22-2016
02:47 PM
I am not sure about this error at this moment. But check it in https://wiki.apache.org/hadoop/CouldOnlyBeReplicatedTo
... View more
12-20-2016
08:45 PM
@Asma Dhaouadi, can you confirm the issue is solved? If yes, could you please accept my answer.
... View more
12-20-2016
04:54 PM
Great to hear that you solve the issue.
... View more
12-20-2016
04:53 PM
@yeayu Have you solved the issue? If not, could you please share the zookeeper log, so that I can take a look at what is the problem might be.
... View more
12-20-2016
02:13 PM
1 Kudo
@Asma Dhaouadi This is interesting. If the file is uploaded, that means your action is correct, why this error message come out. Could you please double check whether this message is generated after the fix or before the fix?
... View more