Member since
04-13-2016
422
Posts
150
Kudos Received
55
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1934 | 05-23-2018 05:29 AM | |
| 4970 | 05-08-2018 03:06 AM | |
| 1685 | 02-09-2018 02:22 AM | |
| 2716 | 01-24-2018 08:37 PM | |
| 6172 | 01-24-2018 05:43 PM |
07-24-2016
04:41 AM
@mqureshi Thanks for the quick response, I have already made all the changes which are in that link. Even I have made changes which I mentioned in the example. Now I need more OS level setting which improves cluster performance.
... View more
07-24-2016
03:01 AM
Hi, I'm planning to install the Ambari 2.1.1 HDP 2.4 on RedHat 7.2 Operating System. Does anyone have a complete checklist of OS settings need to be done before installation? I need something other than this link Example:
vm.swappniess=0
vm.dirty_ratio=0
vm.dirty_background_ratio=0
Changing THP to never Thanks in advance for providing any information.
... View more
Labels:
- Labels:
-
Apache Hadoop
07-21-2016
01:17 AM
1 Kudo
Found it. On the Customize Services screen, we can click on Misc-->> . There we can change the default any users. In my case, I have changed, default falcon to custom LDAP system account(example: falconhdp). Click "Next" to continue. It worked.
... View more
07-20-2016
08:31 PM
Hi, 1. We have disabled automatic local system account ID creation through Ambari. 2. We have our cluster integrated with LDAP server. 3, We are unable to create a system account ID called falcon in LDAP because there's a real user with that ID. 4. We'd like to create a system account ID called falconhdp in LDAP and use this account for falcon services. How do we go about installing falcon using Ambari with system account as falconhdp? Please advise. If there's a documentation on how to use different account id for installing services via Ambari, please share.
... View more
Labels:
07-20-2016
04:59 AM
@revan wabale
I think you have logged in as admin and trying to do operations, Refer Link and create hdfs directory for admin and give appropriately permissions . It will works Connect to a host in the cluster that includes the HDFS client.
Switch to the hdfs system account user. su - hdfs
Using the HDFS client, make an HDFS directory for the user. For example, if your username is admin, you would create the following directory. hadoop fs -mkdir /user/admin
Set the ownership on the newly created directory. For example, if your username is admin, you would make that user the directory owner. hadoop fs -chown admin:hadoop /user/admin
... View more
07-20-2016
04:26 AM
@sankar rao check for Hadoop Log Dir Prefix property location In Ambari-->HDFS-->>Advance Hadoop env. Location pointing to that property, there you can find log files. You need to check on datanode server. Link
... View more
07-20-2016
03:42 AM
@sankar rao Please log to server where datanodes are down cd /var/log/hadoop/hdfs
ll -ltr there you can find the file like this hadoop-hdfs-datanode-(hostname).log tail -300f hadoop-hdfs-datanode-(hostname).log and paste the output here for analysing the issue.
... View more
07-19-2016
08:55 PM
2 Kudos
@Ettore Caprella This is the harmless message you can ignore it. which will be addressed in 2.3.0 version of ambari. Please see:https://issues.apache.org/jira/browse/AMBARI-12420 The DataNode code has been changed in 2.3.0 Ambari so that it would stop logging the EOFException if a client connected to the data transfer port and immediately closed before sending any data. Link
... View more
07-18-2016
05:02 PM
@Shiv kumar As you are using some advanced database configuration. Can you please check is database schema installed properly http://docs.hortonworks.com/HDPDocuments/Ambari-2.1.2.0/bk_ambari_reference_guide/content/_using_non-default_databases_-_ambari.html
... View more
07-18-2016
04:56 PM
@JJ Yang maria_dev has only read_only access for Ambari. Either log in as admin/admin or follow the link and 2.2 SETUP AMBARI ADMIN PASSWORD MANUALLY
... View more