Member since
02-25-2016
72
Posts
34
Kudos Received
5
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
3608 | 07-28-2017 10:51 AM | |
2753 | 05-08-2017 03:11 PM | |
1164 | 04-03-2017 07:38 PM | |
2834 | 03-21-2017 06:56 PM | |
1139 | 02-09-2017 08:28 PM |
03-28-2017
04:05 PM
I was trying to configure Ranger, however installation failed with message 'java.sql.sqlexception: Access denied for user 'root'@'hiveserver' using password:YES. ranger-error.png Note: Am able to login to mysql 'mysql -u root -p' with default password 'hadoop'. Kindly can some one assist me with the error am facing with Ranger installation.
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Ranger
03-21-2017
07:00 PM
1 Kudo
You can opt for Python, Scala or Java. Lately industry is moving towards Scala and Python. If you prior experience with python better go with python.
If curious to learn Scala, thats good too. Data scientits often prefer to use Scala.
... View more
03-21-2017
06:56 PM
Restart yarn & oozie services and then try to run your oozie
workflow again. I had a similar situation and I tried many things, in the end
the restart solved the problem for me.
... View more
03-14-2017
12:11 AM
During maintenance of Cluster, we put Namenode into Safemode. How to identify if Namenode is in safemode. I mean is there a command which tells us if Namenode is in safemode. Or what are the characteristics that determine Namenode is under Safe mode
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hadoop
03-09-2017
09:17 PM
let me put this scenario. If dfs.namenode.checkpoint.period ->1 hr and dfs.namenode.checkpoint.txns -> 1 million which creates checkpoint at 2PM, 3PM. After 10 mins past 3PM there were 1 million unchecked transactions so a new checkpoint would be created at 3 10PM. So the next checkpoint would be either after 1 hr ie at 4 10 PM or if it hits 1 million unchecked transactions before 4 10 PM. Please let me know if I understood right way
... View more
03-09-2017
07:11 PM
Sure will do, can you please also let me know what kind of preliminary checks I can do after configuring NameHA
... View more
03-09-2017
06:59 PM
thank you, makes sense
... View more
03-09-2017
04:19 PM
2 Kudos
Checkpointing process is defined in 2 configuration parameters: dfs.namenode.checkpoint.period -> 10 hr which will set the time for every checkpoint. Aslos dfs.namenode.checkpoint.txns is by default set to 1 million. What does this configuration do, in apache wiki website it says this configurations sets the number of uncheckpointed transactions. In the first configuration we are setting it for every 10hrs, in such scenario what is the necessity for setting value for uncheckpointed transactions.
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hadoop
03-09-2017
11:43 AM
tried the same command again later, it worked. haven't changed anything. Thank you Jay SenSharma
... View more
03-09-2017
11:05 AM
Was trying to run 'hdfs dfsadmin -safemode enter'. It was throwing message saying 'could not find or load main class dfsadmin'. Can someone help me understanding under which circumstances would we get this error and what is the work around to make it work. Thank you in advance
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Hadoop