Support Questions

Find answers, ask questions, and share your expertise
Announcements
Celebrating as our community reaches 100,000 members! Thank you!

HBASE/FALCON replication

avatar
Rising Star

I am trying to setup Falcon to setup HBASE replication.

So I tried to create a Falcon cluster as outlined in :

https://hortonworks.com/hadoop-tutorial/create-falcon-cluster/

But after creating the Falcon user and logging into Ambari as Falcon user, I found the screen empty - without the Your Views options as listed in above url under sub heading : Preparing HDFS directories.

But if I log out and then re-login as admin then I can see the views for Yarn, Hive and Tez.

Am I missing something?

Appreciate the feedback.

1 ACCEPTED SOLUTION

avatar
Expert Contributor
hide-solution

This problem has been solved!

Want to get a detailed solution you have to login/registered on the community

Register/Login
18 REPLIES 18

avatar
Expert Contributor
hide-solution

This problem has been solved!

Want to get a detailed solution you have to login/registered on the community

Register/Login

avatar
Rising Star

BTW I am using Hortonworks 2.3.6 - I think.

/usr/hdp/2.3.6.0-3796/

So not sure if I am following the right document - appreciate pointers to the right document for configuring Falcon.

avatar
Expert Contributor

I am copying the part of tutorial below for your reference.

You can see the newly added falcon user. Click on it to assign it a group so that it can access Ambari views. Write "views" and select it in LocalGroupMembership box and then click on tick mark to add a falcon user in the "views" group.

local_group_permission

avatar
Rising Star

Right I saw that and tried it. But there was no pre-existing group called views and if I tired to enter the value and click the right button, it would give error. Do we need to create this group ourselves or will that pre-exist?

Appreciate the feedback.

avatar
Rising Star

I am not able to do this step :

Write "views" and select it in LocalGroupMembership box and then click on tick mark to add a falcon user in the "views" group.

Because if I type in Views in the Local Group Membership/Add group, and trying to click on the Tick mark, it gives an error : Cannot add user to group An internal system exception occurred: Group Views doesn't exist

avatar
Expert Contributor

the views is the group that was pre-defined in a tutorial before this one. So, you need to create a group called views before you can assign the falcon user to this group.

In order to add user/group to access views, you can just follow this path: admin->manage ambari->views->click one of the views->click that view link-> go to permission->add user or group that can access to that view.

avatar
Rising Star

Frank thanks so much!!!

avatar
Rising Star

I am still not seeing the 'Files View' when I open ambari as Falcon. Any idea what I could be missing?

Frank, you had mentioned that I had missed some earlier steps to create group etc - can you point me to the exact documentation I have missed?

Appreciate the feedback.

avatar
Expert Contributor

have you seen any other views by setting correct permission? If just only the files view, you may follow the steps below:

You need to set up an HDFS proxy user for the Ambari daemon account. For example, if ambari-server daemon is runnng as root, you set up a proxy user for root in core-site by adding and changing properties in HDFS > Configs > Custom core-site:

hadoop.proxyuser.root.groups=*

hadoop.proxyuser.root.hosts=*

Restart the required components as indicated by Ambari.