Member since
07-21-2016
7
Posts
1
Kudos Received
0
Solutions
04-20-2017
05:57 PM
1 Kudo
I have a HDP Cluster whose 60% space is consumed. So, when I am running hive queries from Zeppelin , the space consumed on hdfs increases to 89% resulting in continues warning from Ambari. I found that the space in "/tmp/hive/hive" gradually increases . I had to kill the yarn job to stop the query . On killing the extra HDFS space consumed is released, reverting back to 60% hdfs used. As per my understanding "/tmp/hive/hive" directory is being used to store the temp data while executing MapReduce. So my question is how much storage be left on HDFS , so that my Cluster does not gets exhausted while running queries? Please correct me on the below statement :- (Total HDFS Size = Size of Data Stored + Buffered Storage to execute queries) To add more details for the above question :- Replication Factor =3 Data stored Format = Parquet
... View more
Labels:
03-07-2017
06:08 AM
@Jay SenSharma Thanks for the clarification . So what are the properties related to LDAP , that is being stored in Internal Database ? Is there any architecture diagram illustrating; the use of Internal Database by Ambari along with LDAP ? Thanks in advance 🙂
... View more
03-06-2017
09:40 AM
@Jay SenSharma Yes , Ambari syncs up the LDAP user into its internal database . But the question is , can we authenticate the user directly from LDAP . In this way there would not be any sync of users .
Just to add; Ambari users a python script to sync up with LDAP , now if some one tries to alter that script and access to all the attributes of LDAP . Then that might give rise to security breach . So can you configure the Ambari authorisation directly over LDAP , without sync the user list to internal database.
... View more
03-06-2017
06:52 AM
In our application, we are having only LDAP (Single Server) for external authentication. Why do we need a sync of users in Ambari internal database. Can this authentication be done directly on LDAP , without having a copy of user\s in internal database.
Example :- While applying security on Zeppelin through Shiro , we just give the details of LDAP server , and it does the authentication. Similarity is there any way we can directly authenticate from LDAP .
... View more
Labels:
- Labels:
-
Apache Ambari
09-26-2016
12:25 PM
@Sandeep Nemuri Thanks for the link. But in this documents there are two different ways of ingesting data . Can you or anyone please explain the 2nd method .ie QlickView Hybrid solution ?
In this link its been described that with simple modification in the load script , the application can be configured to run hydrid soluiton. It would be really of great help, if anyone can please describe this simple modification. ? Thanks in advance.
... View more