Member since
02-09-2016
559
Posts
422
Kudos Received
98
Solutions
My Accepted Solutions
Title | Views | Posted |
---|---|---|
2140 | 03-02-2018 01:19 AM | |
3531 | 03-02-2018 01:04 AM | |
2374 | 08-02-2017 05:40 PM | |
2347 | 07-17-2017 05:35 PM | |
1721 | 07-10-2017 02:49 PM |
12-23-2016
06:11 PM
2 Kudos
@Erin Fusaro Have you considered using NiFi to transfer the data? The FetchHDFS process would be configured to communicate to the unsecure cluster and the PutHDFS processor would be configured to communicate with the secure cluster.
... View more
12-22-2016
07:06 PM
@Jasper As
you mention, a Forest is just a container for multiple domains. If there is a trust relationship in place, then you should be
able to authenticate from Domain1 and access resources in Domain2. You can also authenticate against Domain1 and query Domain2. I
believe the HDP stack security components can authenticate to a domain
within a Forest without any issues as the Forest should be transparent
to HDP. Having
said that, I believe you can only specify a single domain in the
configuration options for the HDP components. While you can query
multiple domains using tools like "ldapsearch", I don't think you can
currently do so using HDP.
... View more
12-22-2016
02:24 PM
You can log into Ambari using "raj_ops" as the username and password. You can also use "maria_dev" as a username and password.
... View more
12-22-2016
12:08 AM
@Leslie Chang This service definition appears be "language" under the database element based on the "parent' value. What does the service definition for the tablespace component look like?
... View more
12-21-2016
09:30 PM
@Leslie Chang Can you provide more information on the nature of the plugin? Are you able to share the code or snippet of relevant code? It looks like Ranger is trying to retrieve the resourceType property value, but it isn't defined. Have you seen this: http://bryanbende.com/development/2016/04/25/building-a-plugin-for-apache-ranger
... View more
12-21-2016
09:21 PM
@Joseph Leiba This sounds like a Docker on Windows specific issue. The Sandbox image is the same file used for all platforms. The load process works on CentOs/RHEL and Mac OS X. I will test on my Windows 10 computer and report back my findings.
... View more
12-20-2016
11:50 PM
@Geetha Anne Port 50070 is the HDFS Name Node port. Try starting just HDFS see if
that comes up ok. Then make sure Zookeeper is running fine. After
that, try a start all.
... View more
12-20-2016
10:05 PM
2 Kudos
@Geetha Anne Sometimes the start will fail the first time, usually because of a timeout. If any one service fails, the other services will not be attempted; you see those represented with the yellow/orange color. If you proceed, you should be able to start all services via the Ambari "Start All" on the Ambari Dashboard.
... View more
12-20-2016
09:14 PM
2 Kudos
@irfan aziz Your hostname "hadoop.localdomain hadoop" should always point the proper IP address of your server in /etc/hosts. I think you have a problem with your /etc/hosts file. I expect it should look more like this: 127.0.0.1 localhost
127.0.1.1 localhost2
192.130.3.21 hadoop.localdomain hadoop Can you confirm that is what your /etc/hosts file actually looks like?
... View more
12-20-2016
05:00 PM
@Dinesh Das I wrote an article that covers increasing space for Docker on RHEL 7. https://community.hortonworks.com/content/kbentry/65714/how-to-modify-the-default-docker-configuration-on.html
... View more