Member since
04-13-2016
422
Posts
150
Kudos Received
55
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 1936 | 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 | |
| 6174 | 01-24-2018 05:43 PM |
01-30-2017
06:00 PM
Hi, I have a couple of questions while setting up a standalone HBase cluster. 1. Can I install and configure only Zookeeper, HBase services without installing HDFS, Yarn etc.,? 2. If 'Yes' to above questions, what are the pros and cons of installing HBase with and without Namenode, Resource Manager? 3. Can anyone share "best practices" for HBase cluster? Any information on HBase is highly appreciated.
Thanks in advance.
... View more
Labels:
- Labels:
-
Apache HBase
12-26-2016
04:40 AM
@Robin Dong Response to your questions: Can I include all nodes in installation, only basic hadoop installation on these 4 nodes only, then install third party tools on them? Yes 0. when start cluster installation, I can list all of 10 server for this cluster installation, right? these 4 nodes supposed to be part of hadoop cluster. Yes, you can list all of them and assign clients on 4 nodes which you would like to make them client nodes. 1. During the cluster installation, is any where I can assign a role 'client' to these 4 nodes? Yes 2. if yes, please show me a link, need to see exact step to setup 'role', role as client? got to be a role for these 4 nodes. http://docs.hortonworks.com/HDPDocuments/Ambari-2.4.2.0/bk_ambari-installation/content/assign_slaves_and_clients.html 3. if not, may I just hadoop on these nodes and simply install third party tools. I already have Ambari installed on a separated server. If you want to manage those 4 nodes by Ambari make them part of cluster and install only clients and install your 3rd part tools. If you don't want to manage those 4 nodes by Ambari even in future, then install only clients from command line and copy the Hadoop configuration from existing cluster to these machines. Hope this helps you.
... View more
12-21-2016
03:17 AM
1 Kudo
@ARUN : No downtime is required for simple adding nodes for just DN, NM and other components. Even for adding client node(Edge node) doesn't require any downtime.
... View more
12-05-2016
04:16 AM
1 Kudo
@Huahua Wei Hope this link helps you. https://community.hortonworks.com/articles/8882/how-to-control-size-of-log-files-for-various-hdp-c.html
... View more
11-26-2016
12:53 AM
@Yogesh Chaudhari Basically there should not be any environmental issue because all of those who are writing exam will have same docker conatiner
... View more
11-18-2016
07:20 PM
1 Kudo
Hi, When we are restarting both NN in HA environment, how can we guess which one will be active namenode and which one move to Standby namenode mode? Do we have any logic or just like which every come 1st will be active and late one will be passive? Any information is highly appropriated. Thanks in advance.
... View more
Labels:
- Labels:
-
Apache Hadoop
11-18-2016
06:53 PM
1 Kudo
@RANKESH NATH Yup, as @Lester Martin said, no certification prerequisite for HDP Certified Developer exam. Refer below link for more details and to register. http://hortonworks.com/training/certification/hdpcd-certification/
... View more
11-14-2016
05:51 PM
@Marcia Hon Hope this link helps you http://hortonworks.com/hadoop-tutorial/learning-the-ropes-of-the-hortonworks-sandbox/ https://community.hortonworks.com/questions/7006/how-to-ssh-into-hortonworks-sanbox-using-putty.html
... View more
11-14-2016
05:18 PM
@Krishna Srinivas You configure your service with LDAP before that you need to follow couple of sets: 1. You need to configure all your accounts in LDAP and make sure that service account id bounded to appropriate groups. Link 2. Follow this link to creating cache mechanism. Link 3. If you are installing freshly you can configure accounts at Customize services step by clicking on the misc tab as shown in the screenshot. 4. If you want to change in the existing cluster, I suggest you to better contact Hortonworks support and do in their premises. Hope this helped you.
... View more
11-04-2016
12:51 AM
1 Kudo
@chennuri gouri shankar Unless you use the local jar's for the pig there won't be any problem. If you are trying to use from hdp i.e. oozie(/hdp/apps/2.3.6.0-3796/pig/pig.tar.gz) then it will be problem.
... View more