Member since
09-17-2015
436
Posts
736
Kudos Received
81
Solutions
My Accepted Solutions
| Title | Views | Posted |
|---|---|---|
| 5213 | 01-14-2017 01:52 AM | |
| 7547 | 12-07-2016 06:41 PM | |
| 8974 | 11-02-2016 06:56 PM | |
| 2876 | 10-19-2016 08:10 PM | |
| 7371 | 10-19-2016 08:05 AM |
12-14-2015
06:39 AM
2 Kudos
Please refer to the Ranger user sync doc...some of the properties may not have been set as recommended by the doc: http://docs.hortonworks.com/HDPDocuments/HDP2/HDP-... Can you try changing the below property: ranger.usersync.ldap.user.groupnameattribute ..to the below value instead? Then restart Ranger components via Ambari (while tailing the same log file) and check Ranger UI again? memberof, ismemberof
... View more
12-14-2015
05:11 AM
@Adi Gupta you may want to provide additional details on why you you can't use the vanilla GetTwitter processor which I pointed you to in our email exchance
... View more
12-14-2015
04:57 AM
Yes Spark 1.4.1 is installed on the latest Sandbox. You can find version details for each component in the release notes available here: http://hortonworks.com/products/hortonworks-sandbo... For the current sandbox the release notes are available here http://hortonworks.com/wp-content/uploads/2015/10/...
... View more
12-14-2015
03:21 AM
Most welcome! Btw just curious: what kind of Ambari service are you working on? Is the code up on git somewhere?
... View more
12-14-2015
03:00 AM
In general, you can find older sandboxes here: http://hortonworks.com/products/hortonworks-sandbox/#archive But usually we only keep the latest maintenance version for each release. So we have 2.3.2, 2.2.4, 2.2, 2.1, 1.3...but doesn't look like 2.3.0 is there Edit: I found the link for 2.3.0 vmware sandbox which I had downloaded here
... View more
12-13-2015
03:30 AM
2 Kudos
+ @Alejandro Fernandez @smohanty For sample upgrade code for Ambari services, you can look at existing Ambari services for example of this. In Hbase master service, you will find the method to be overridden: https://github.com/apache/ambari/blob/trunk/ambari... Here is the upgrade class being called: https://github.com/apache/ambari/blob/trunk/ambari... To get configurations from components of existing services, you can use the config object to do this in params.py. In the above Hbase example, you can see some samples here https://github.com/apache/ambari/blob/trunk/ambari... Some code samples of more basic Ambari services are available below..these may be useful for those getting started with building services (but so far they don't implement the upgrade hooks) http://hortonworks.com/partners/learn/#ambari For more details on how rolling/express upgrades work from end user perspective, you can check the below article https://community.hortonworks.com/articles/2473/ro...
... View more
12-12-2015
01:14 AM
It sounds like you are trying to start a sandbox VM on a VM you brought up in Azure? If so this may not be supported. The common way to use HDP 2.3.2 Sandbox in Azure is this: http://hortonworks.com/blog/hortonworks-sandbox-wi...
... View more
12-11-2015
05:28 PM
1 Kudo
What flavor of sandbox are you running (VirtualBox or Vmware or ..)? What does the browser show when you try to hit that url? You can try to access the SSH page at http://ipaddress:4200 and run below and then retry service ambari start
... View more
12-11-2015
01:10 AM
3 Kudos
I would recommend looking at code for HBASE as an example as it has master, slaves and client https://github.com/apache/ambari/tree/trunk/ambari... In the metainfo.xml you specify which code should get executed on the master (ie hbase_master.py), clients (hbase_client.py) and slaves (hbase_regionserver.py)
... View more
12-11-2015
12:56 AM
7 Kudos
Your Ambari throwing a weird error and you need to troubleshoot? No problem....just install this view and browse this forum from Ambari itself! 1. Install the view: wget https://github.com/hortonworks-gallery/ambari-iframe-view/raw/master/samples/answerhub-view-1.0-SNAPSHOT.jar -P /var/lib/ambari-server/resources/views/
2. Then restart Ambari: #on sandbox
service ambari restart
#on non-sandbox
service ambari-server restart 3. Now open the view:
... View more
Labels: