Member since
07-30-2013
509
Posts
113
Kudos Received
123
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2970 | 07-09-2018 11:54 AM | |
2481 | 05-03-2017 11:03 AM | |
5991 | 03-28-2017 02:27 PM | |
2305 | 03-27-2017 03:17 PM | |
2024 | 03-13-2017 04:30 PM |
03-08-2019
05:17 AM
This worked for me, the snipped below is an example for limiting the diskspace to 5gb <property> <name>firehose_time_series_storage_bytes</name> <value>5368709120</value> </property>
... View more
12-20-2018
12:29 AM
Format the datanode using the ID hdfs namenode -format -clusterId a0bb577e-3180-46e3-bc17-982bfc576011 Restart the datanode, it will start fine.
... View more
12-10-2018
09:23 AM
One easy option in old CDH versions is just to change the shebang at the beginning of the script to: #!/usr/bin/env python2 Actually this will be more precise than the default, because the script is actually a python 2 script and ... python 3 is coming ... so it is good to be specific about the given version of the interpreter the script needs. We could be even more explicit and require python2.7.
... View more
09-04-2018
04:08 PM
LOL... just checked the dates. It has been quite a while since Neta Je posted this (09-03-2015!) I just saw your response, @Koti_Karri and followed along ;-).
... View more
07-18-2018
02:21 PM
@Manindar, Indeed, if you have a replication factor of 3 and only one DataNode is alive, then there is nowhere to replicate. 3 nodes with a replication factor of 3 means the blocks are already on that one node and there is nothing to replicate/move.
... View more
07-09-2018
12:39 PM
Thanks a lot for the info! Will review these docs.
... View more
06-24-2018
02:37 PM
This doesn't work with me, i uninstalled previous version of cdh and now when i re-installed everytime my previous master node is presented as currently managed?? help
... View more
06-20-2018
01:38 PM
Slight hijack of the thread but how does one change the balancer role to another host? I wish to decommission the one that it is currently assigned to.
... View more
05-02-2018
03:51 PM
Where is this Kerberos Credentials tab in 5.14.3? I have a message that says to click the same "Generate Credentials" button but can't find it. Edit: Found it under Administration > Security > Kerberos Credentials
... View more