Member since
05-30-2018
1322
Posts
715
Kudos Received
148
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 4033 | 08-20-2018 08:26 PM | |
| 1933 | 08-15-2018 01:59 PM | |
| 2365 | 08-13-2018 02:20 PM | |
| 4095 | 07-23-2018 04:37 PM | |
| 5003 | 07-19-2018 12:52 PM |
06-10-2016
04:50 AM
@Rahul Pathak I was not aware that was the only option. I was under the impression kafka can use local or hdfs storage for log storage. So clearly my assumption was wrong.
... View more
06-10-2016
04:25 AM
I want to install kafka on my cluster and use local storage for kafka instead of hdfs. Is this setup possible through ambari?
... View more
Labels:
- Labels:
-
Apache Ambari
-
Apache Kafka
06-10-2016
03:57 AM
2 Kudos
@Shihab The data nodes typically have the same disk size; however, this is not required nor necessarily a best practice. There will be no performance issues unless you have slow performing hardware (heterogeneous hardware). In that case when you launch a job it will run map task on any node which has capacity to run the task. It may select a node which is lower performing them others. If you have heterogeneous storage, that is fine with hortonworks since you pre-configure the storage policies based on the storage type. here is more info on that. This way you can avoid performance issues related to hetergenoous hardware.
... View more
06-10-2016
02:52 AM
1 Kudo
No not yet. it is on the roadmap. at this time you can use hue.
... View more
06-09-2016
01:31 AM
@Wayne Vovil Are you running this on CentOS? If so try this (Found this on HCC post here):
To use Ambari to manage (start/stop) the Zeppelin service, run the following commands on the node running Ambari server. For example, on CentOS 6.*: yum install -y git VERSION=`hdp-select status hadoop-client | sed 's/hadoop-client - \([0-9]\.[0-9]\).*/\1/'` sudo git clone https://github.com/hortonworks-gallery/ambari-zeppelin-service.git /var/lib/ambari-server/resources/stacks/HDP/$VERSION/services/ZEPPELIN sudo service ambari-server restart
On a node (call it 'Node A') that is not running Ambari server, install the nss package: yum install -y nss
Once Ambari is back up and you've install the nss package to "Node A", in Ambari, go Actions -> Add service -> check Zeppelin service -> Place the Zeppelin service on Node A in the assign masters step and click Next -> Next -> Next -> Deploy. The installation will start once you click Deploy Once complete, the Zeppelin Notebook service will be running. You can navigate to http://<FQDN of Node A>:9995 or follow the stepshere to create the Ambari view.
... View more
06-08-2016
04:57 AM
@Pit Err consider the following: You may be pounding the Authentication Service. Check the volumes on the AD domain controllers. You may need to have dedicated controllers. Network distance. Is the KDC within same data center? are you experiencing network lag? Try with local KDC. If local KDC performs faster then you know the above 2 issues may defintialy be in play
... View more
06-06-2016
04:57 PM
@sujitha sanku Oozie is a workflow scheduler. not much to it. however if you are looking for use cases yahoo has a repo with details on the use case here.
... View more
06-06-2016
04:42 PM
1 Kudo
@Naresh Jella Standalone is useful when you do not want end users having access to the ambari service that is operating the cluster. this allow you to federate the activities by use case (querying data vs cluster administion) Views can be deployed and managed in one or more separate “standalone” Ambari Servers. Running “standalone” Ambari Server instances is useful when users who will access views will not have (and should not) have access to that Ambari Server that is operating the cluster. As well, you can run one or more separate Ambari Server instances “standalone” for a scale-out approach to handling a large number of users. I recommend both operational and standalone ambari be in same versions.
... View more
06-03-2016
08:35 PM
1 Kudo
@Kit Menke have you enabled hive impersonations? link to best practice. More on enabling hive impersonations here.
... View more
06-03-2016
03:54 PM
2 Kudos
@suresh krish please take a look at our docs here to enable spark thrift server.
... View more