You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ranger.apache.org by Qiang Zhang <zh...@zte.com.cn> on 2018/03/26 06:42:12 UTC

Review Request 66275: Add hbase policy and click the 'Test Connection' button. Connection Failed.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66275/
-----------------------------------------------------------

Review request for ranger, Ankita Sinha, Don Bosco Durai, Colm O hEigeartaigh, Gautam Borad, Madhan Neethiraj, pengjianhua, Ramesh Mani, Selvamohan Neethiraj, sam  rome, Venkat Ranganathan, and Velmurugan Periasamy.


Bugs: RANGER-2033
    https://issues.apache.org/jira/browse/RANGER-2033


Repository: ranger


Description
-------

Clone the lastest code from https://git-wip-us.apache.org/repos/asf/ranger.git. Build the source and install Ranger. Then do as follows:
1. Add hbase policy;
2. Input right parameter;
3. Click the 'Test Connection' button.
The error information is as follows:
Unable to retrieve any files using given parameters, You can still save the repository and start creating policies, but you would not be able to use autocomplete for resource names. Check ranger_admin.log for more info.

java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/ZooKeeperConnectionException.
org/apache/hadoop/hbase/ZooKeeperConnectionException.
org.apache.hadoop.hbase.ZooKeeperConnectionException.

The reason for the error is that the hbase-client-1.2.6.jar file loss under ./ews/webapp/WEB-INF/classes/ranger-plugins/hbase directory.


Diffs
-----

  pom.xml 413c23b 


Diff: https://reviews.apache.org/r/66275/diff/1/


Testing
-------


Thanks,

Qiang Zhang


Re: Review Request 66275: Add hbase policy and click the 'Test Connection' button. Connection Failed.

Posted by pengjianhua <pe...@zte.com.cn>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66275/#review200023
-----------------------------------------------------------


Ship it!




Ship It!

- pengjianhua


On 三月 26, 2018, 6:42 a.m., Qiang Zhang wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/66275/
> -----------------------------------------------------------
> 
> (Updated 三月 26, 2018, 6:42 a.m.)
> 
> 
> Review request for ranger, Ankita Sinha, Don Bosco Durai, Colm O hEigeartaigh, Gautam Borad, Madhan Neethiraj, pengjianhua, Ramesh Mani, Selvamohan Neethiraj, sam  rome, Venkat Ranganathan, and Velmurugan Periasamy.
> 
> 
> Bugs: RANGER-2033
>     https://issues.apache.org/jira/browse/RANGER-2033
> 
> 
> Repository: ranger
> 
> 
> Description
> -------
> 
> Clone the lastest code from https://git-wip-us.apache.org/repos/asf/ranger.git. Build the source and install Ranger. Then do as follows:
> 1. Add hbase policy;
> 2. Input right parameter;
> 3. Click the 'Test Connection' button.
> The error information is as follows:
> Unable to retrieve any files using given parameters, You can still save the repository and start creating policies, but you would not be able to use autocomplete for resource names. Check ranger_admin.log for more info.
> 
> java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/ZooKeeperConnectionException.
> org/apache/hadoop/hbase/ZooKeeperConnectionException.
> org.apache.hadoop.hbase.ZooKeeperConnectionException.
> 
> The reason for the error is that the hbase-client-1.2.6.jar file loss under ./ews/webapp/WEB-INF/classes/ranger-plugins/hbase directory.
> 
> 
> Diffs
> -----
> 
>   pom.xml 413c23b 
> 
> 
> Diff: https://reviews.apache.org/r/66275/diff/1/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Qiang Zhang
> 
>


Re: Review Request 66275: Add hbase policy and click the 'Test Connection' button. Connection Failed.

Posted by Colm O hEigeartaigh <co...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66275/#review200056
-----------------------------------------------------------


Ship it!




Ship It!

- Colm O hEigeartaigh


On March 26, 2018, 6:42 a.m., Qiang Zhang wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/66275/
> -----------------------------------------------------------
> 
> (Updated March 26, 2018, 6:42 a.m.)
> 
> 
> Review request for ranger, Ankita Sinha, Don Bosco Durai, Colm O hEigeartaigh, Gautam Borad, Madhan Neethiraj, pengjianhua, Ramesh Mani, Selvamohan Neethiraj, sam  rome, Venkat Ranganathan, and Velmurugan Periasamy.
> 
> 
> Bugs: RANGER-2033
>     https://issues.apache.org/jira/browse/RANGER-2033
> 
> 
> Repository: ranger
> 
> 
> Description
> -------
> 
> Clone the lastest code from https://git-wip-us.apache.org/repos/asf/ranger.git. Build the source and install Ranger. Then do as follows:
> 1. Add hbase policy;
> 2. Input right parameter;
> 3. Click the 'Test Connection' button.
> The error information is as follows:
> Unable to retrieve any files using given parameters, You can still save the repository and start creating policies, but you would not be able to use autocomplete for resource names. Check ranger_admin.log for more info.
> 
> java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/ZooKeeperConnectionException.
> org/apache/hadoop/hbase/ZooKeeperConnectionException.
> org.apache.hadoop.hbase.ZooKeeperConnectionException.
> 
> The reason for the error is that the hbase-client-1.2.6.jar file loss under ./ews/webapp/WEB-INF/classes/ranger-plugins/hbase directory.
> 
> 
> Diffs
> -----
> 
>   pom.xml 413c23b 
> 
> 
> Diff: https://reviews.apache.org/r/66275/diff/1/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Qiang Zhang
> 
>


Re: Review Request 66275: Add hbase policy and click the 'Test Connection' button. Connection Failed.

Posted by Qiang Zhang <zh...@zte.com.cn>.

> On March 27, 2018, 4:24 p.m., Colm O hEigeartaigh wrote:
> > Any reason not to apply it to the ranger-1.0 branch as well?

Ok, I merge it to ranger-1.0 branch and master branch.


- Qiang


-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66275/#review200054
-----------------------------------------------------------


On March 28, 2018, 6 a.m., Qiang Zhang wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/66275/
> -----------------------------------------------------------
> 
> (Updated March 28, 2018, 6 a.m.)
> 
> 
> Review request for ranger, Ankita Sinha, Don Bosco Durai, Colm O hEigeartaigh, Gautam Borad, Madhan Neethiraj, pengjianhua, Ramesh Mani, Selvamohan Neethiraj, sam  rome, Venkat Ranganathan, and Velmurugan Periasamy.
> 
> 
> Bugs: RANGER-2033
>     https://issues.apache.org/jira/browse/RANGER-2033
> 
> 
> Repository: ranger
> 
> 
> Description
> -------
> 
> Clone the lastest code from https://git-wip-us.apache.org/repos/asf/ranger.git. Build the source and install Ranger. Then do as follows:
> 1. Add hbase policy;
> 2. Input right parameter;
> 3. Click the 'Test Connection' button.
> The error information is as follows:
> Unable to retrieve any files using given parameters, You can still save the repository and start creating policies, but you would not be able to use autocomplete for resource names. Check ranger_admin.log for more info.
> 
> java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/ZooKeeperConnectionException.
> org/apache/hadoop/hbase/ZooKeeperConnectionException.
> org.apache.hadoop.hbase.ZooKeeperConnectionException.
> 
> The reason for the error is that the hbase-client-1.2.6.jar file loss under ./ews/webapp/WEB-INF/classes/ranger-plugins/hbase directory.
> 
> 
> Diffs
> -----
> 
>   pom.xml 413c23b 
> 
> 
> Diff: https://reviews.apache.org/r/66275/diff/1/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Qiang Zhang
> 
>


Re: Review Request 66275: Add hbase policy and click the 'Test Connection' button. Connection Failed.

Posted by Colm O hEigeartaigh <co...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66275/#review200054
-----------------------------------------------------------



Any reason not to apply it to the ranger-1.0 branch as well?

- Colm O hEigeartaigh


On March 26, 2018, 6:42 a.m., Qiang Zhang wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/66275/
> -----------------------------------------------------------
> 
> (Updated March 26, 2018, 6:42 a.m.)
> 
> 
> Review request for ranger, Ankita Sinha, Don Bosco Durai, Colm O hEigeartaigh, Gautam Borad, Madhan Neethiraj, pengjianhua, Ramesh Mani, Selvamohan Neethiraj, sam  rome, Venkat Ranganathan, and Velmurugan Periasamy.
> 
> 
> Bugs: RANGER-2033
>     https://issues.apache.org/jira/browse/RANGER-2033
> 
> 
> Repository: ranger
> 
> 
> Description
> -------
> 
> Clone the lastest code from https://git-wip-us.apache.org/repos/asf/ranger.git. Build the source and install Ranger. Then do as follows:
> 1. Add hbase policy;
> 2. Input right parameter;
> 3. Click the 'Test Connection' button.
> The error information is as follows:
> Unable to retrieve any files using given parameters, You can still save the repository and start creating policies, but you would not be able to use autocomplete for resource names. Check ranger_admin.log for more info.
> 
> java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/ZooKeeperConnectionException.
> org/apache/hadoop/hbase/ZooKeeperConnectionException.
> org.apache.hadoop.hbase.ZooKeeperConnectionException.
> 
> The reason for the error is that the hbase-client-1.2.6.jar file loss under ./ews/webapp/WEB-INF/classes/ranger-plugins/hbase directory.
> 
> 
> Diffs
> -----
> 
>   pom.xml 413c23b 
> 
> 
> Diff: https://reviews.apache.org/r/66275/diff/1/
> 
> 
> Testing
> -------
> 
> 
> Thanks,
> 
> Qiang Zhang
> 
>


Re: Review Request 66275: Add hbase policy and click the 'Test Connection' button. Connection Failed.

Posted by Qiang Zhang <zh...@zte.com.cn>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66275/
-----------------------------------------------------------

(Updated March 28, 2018, 6 a.m.)


Review request for ranger, Ankita Sinha, Don Bosco Durai, Colm O hEigeartaigh, Gautam Borad, Madhan Neethiraj, pengjianhua, Ramesh Mani, Selvamohan Neethiraj, sam  rome, Venkat Ranganathan, and Velmurugan Periasamy.


Bugs: RANGER-2033
    https://issues.apache.org/jira/browse/RANGER-2033


Repository: ranger


Description
-------

Clone the lastest code from https://git-wip-us.apache.org/repos/asf/ranger.git. Build the source and install Ranger. Then do as follows:
1. Add hbase policy;
2. Input right parameter;
3. Click the 'Test Connection' button.
The error information is as follows:
Unable to retrieve any files using given parameters, You can still save the repository and start creating policies, but you would not be able to use autocomplete for resource names. Check ranger_admin.log for more info.

java.lang.NoClassDefFoundError: org/apache/hadoop/hbase/ZooKeeperConnectionException.
org/apache/hadoop/hbase/ZooKeeperConnectionException.
org.apache.hadoop.hbase.ZooKeeperConnectionException.

The reason for the error is that the hbase-client-1.2.6.jar file loss under ./ews/webapp/WEB-INF/classes/ranger-plugins/hbase directory.


Diffs
-----

  pom.xml 413c23b 


Diff: https://reviews.apache.org/r/66275/diff/1/


Testing
-------


Thanks,

Qiang Zhang