Member since
04-08-2019
115
Posts
97
Kudos Received
9
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
4101 | 04-16-2016 03:39 AM | |
2168 | 04-14-2016 11:13 AM | |
3770 | 04-13-2016 12:31 PM | |
4774 | 04-08-2016 03:47 AM | |
3722 | 04-07-2016 05:05 PM |
04-22-2016
12:31 PM
@Benjamin Leonhardi This is based on the parameter : dfs.namenode.startup.delay.block.deletion.sec
... View more
04-22-2016
12:08 PM
You are correct. These steps may not make sense if you have deleted the file and realised after dfs.namenode.startup.delay.block.deletion.sec
... View more
04-17-2016
01:21 AM
@suno bella Please explain how does the BI tool connects to hadoop . If it is connecting as root and then does su - hdfs . In that case,it should nt ask for password as root is a super user. If you know the root password, then you could use the command like below one as root user, su - hdfs -c "/path/to/cluster/command dist" This should login as root user and runs the command as "hdfs" Hope this helps.
... View more
04-16-2016
04:12 AM
2 Kudos
@Vishnu Nair To add to what @Benjamin Leonhardi mentioned, the good doc to start with is cluster planning guide(Refer Page No 7). https://docs.hortonworks.com/HDPDocuments/HDP2/HDP-2.3.0/bk_cluster-planning-guide/bk_cluster-planning-guide-20150721.pdf A 12 page doc with loads of information. Regarding Swap, Here is the recomendation. https://community.hortonworks.com/questions/22548/what-is-the-hortonworks-recommendation-on-swap-usa.html Hope this helps
... View more
04-16-2016
03:39 AM
@rbalam You could use useSSL=true and requireSSL flag sqoop as mentioned below. https://www.evernote.com/l/AMov88HxpCBIKrcvbFgSNPbIp8qiM2gb6lE REFER : Hadoop Security Guide
... View more
04-16-2016
03:38 AM
@rbalam You could use useSSL=true and requireSSL flag sqoop as mentioned below. https://www.evernote.com/l/AMov88HxpCBIKrcvbFgSNPbIp8qiM2gb6lE REFER : Hadoop Security Guide
... View more
04-15-2016
07:49 AM
1 Kudo
@rbalam May be this could help. http://hortonworks.com/blog/how-to-do-secure-apache-sqoop-jobs-with-oracle-wallet/
... View more
04-15-2016
04:08 AM
1 Kudo
@Benjamin Leonhardi. Yes. you need to do pip install "snakebite[kerberos]" I haven't installed on kerberized cluster. Will try and let you know.
... View more
04-14-2016
12:49 PM
@Mart van Loon Instead of global could you try "cluster-env" ?
... View more
04-14-2016
11:13 AM
@Sridhar Bandaru Try the below template, curl -H "X-Requested-By:ambari" -u admin:<Ambari_Password> DELETE \ http://<Ambari_Host>:Port>/api/v1/clusters/<Cluster_Name>/hosts/<Host_Name_Where_FALCON_Installed>/host_components/FALCON_SERVER Eg, curl -H "X-Requested-By:ambari" -u admin:admin -X DELETE http://sandbox1.demo.sas.com:8080/api/v1/clusters/sandbox/hosts/sandbox1.demo.sas.com/host_components/FALCON_SERVER The above command doesn’t give any output. so to confirm , run the same command again and it shows that the component doesn’t exist as below. {
"status" : 404,
"message" : "org.apache.ambari.server.controller.spi.NoSuchResourceException: The specified resource doesn't exist: ServiceComponentHost not found,
clusterName=splsandbox, serviceName=FALCON, serviceComponentName=FALCON_SERVER, hostName=splsandbox1.demo.sas.com"
} Hope this helps
... View more