[jira] [Resolved] (RANGER-2290) RangerAuthorizationCoprocessor Exception on Hbase 2.1.0

2018-12-07 Thread Leonid (JIRA)


 [ 
https://issues.apache.org/jira/browse/RANGER-2290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leonid resolved RANGER-2290.

Resolution: Duplicate

> RangerAuthorizationCoprocessor Exception on Hbase 2.1.0
> ---
>
> Key: RANGER-2290
> URL: https://issues.apache.org/jira/browse/RANGER-2290
> Project: Ranger
>  Issue Type: Bug
>  Components: plugins
>Affects Versions: 1.1.0, 1.2.0
>Reporter: Leonid
>Priority: Major
> Attachments: hbase-root-master-hemera-0.log
>
>
> I tried on two versions with one result. Hbase has failed after plugin 
> enabling.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (RANGER-2290) RangerAuthorizationCoprocessor Exception on Hbase 2.1.0

2018-11-23 Thread Leonid (JIRA)


 [ 
https://issues.apache.org/jira/browse/RANGER-2290?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leonid updated RANGER-2290:
---
Attachment: hbase-root-master-hemera-0.log

> RangerAuthorizationCoprocessor Exception on Hbase 2.1.0
> ---
>
> Key: RANGER-2290
> URL: https://issues.apache.org/jira/browse/RANGER-2290
> Project: Ranger
>  Issue Type: Bug
>  Components: plugins
>Affects Versions: 1.1.0, 1.2.0
>Reporter: Leonid
>Priority: Major
> Attachments: hbase-root-master-hemera-0.log
>
>
> I tried on two versions with one result. Hbase has failed after plugin 
> enabling.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Created] (RANGER-2290) RangerAuthorizationCoprocessor Exception on Hbase 2.1.0

2018-11-23 Thread Leonid (JIRA)
Leonid created RANGER-2290:
--

 Summary: RangerAuthorizationCoprocessor Exception on Hbase 2.1.0
 Key: RANGER-2290
 URL: https://issues.apache.org/jira/browse/RANGER-2290
 Project: Ranger
  Issue Type: Bug
  Components: plugins
Affects Versions: 1.2.0, 1.1.0
Reporter: Leonid


I tried on two versions with one result. Hbase has failed after plugin enabling.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Comment Edited] (RANGER-2284) Unable to build image using docker

2018-11-15 Thread Leonid (JIRA)


[ 
https://issues.apache.org/jira/browse/RANGER-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688078#comment-16688078
 ] 

Leonid edited comment on RANGER-2284 at 11/15/18 1:46 PM:
--

Change it on 3.5.4, and sha1 on sha512 - it's work ok.


{code:bash}
...
ADD 
https://www.apache.org/dist/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz.sha512
 /tools
ADD 
http://www-us.apache.org/dist/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz
 /tools
RUN sha512sum  apache-maven-3.5.4-bin.tar.gz | cut -f 1 -d " " > tmp.sha
RUN diff -w tmp.sha apache-maven-3.5.4-bin.tar.gz.sha512
RUN tar xfz apache-maven-3.5.4-bin.tar.gz
RUN ln -sf /tools/apache-maven-3.5.4 /tools/maven
...
{code}

 


was (Author: 0x83043):
Change it on 3.5.4, and sha1 on sha512 - it's work ok.

> Unable to build image using docker
> --
>
> Key: RANGER-2284
> URL: https://issues.apache.org/jira/browse/RANGER-2284
> Project: Ranger
>  Issue Type: Bug
>  Components: build-infra
>Affects Versions: master
>Reporter: Nelson Costa
>Assignee: Don Bosco Durai
>Priority: Major
> Attachments: build_ranger_using_docker.sh
>
>
> Running `./build_ranger_using_docker.sh -build_image` fails with error:
> {noformat}
>  ---> 62b699d731cb
> Step 11/27 : ADD 
> https://www.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz.sha1
>  /tools
> ADD failed: failed to GET 
> https://www.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz.sha1
>  with status 404 Not Found: 
> 
> 404 Not Found
> 
> Not Found
> The requested URL 
> /dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz.sha1 was not 
> found on this server.
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Issue Comment Deleted] (RANGER-2284) Unable to build image using docker

2018-11-15 Thread Leonid (JIRA)


 [ 
https://issues.apache.org/jira/browse/RANGER-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leonid updated RANGER-2284:
---
Comment: was deleted

(was: Change it on 3.5.4, and sha1 on sha512 - it's work ok.


{code:bash}
...
ADD 
https://www.apache.org/dist/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz.sha512
 /tools
ADD 
http://www-us.apache.org/dist/maven/maven-3/3.5.4/binaries/apache-maven-3.5.4-bin.tar.gz
 /tools
RUN sha512sum  apache-maven-3.5.4-bin.tar.gz | cut -f 1 -d " " > tmp.sha
RUN diff -w tmp.sha apache-maven-3.5.4-bin.tar.gz.sha512
RUN tar xfz apache-maven-3.5.4-bin.tar.gz
RUN ln -sf /tools/apache-maven-3.5.4 /tools/maven
...
{code}

 )

> Unable to build image using docker
> --
>
> Key: RANGER-2284
> URL: https://issues.apache.org/jira/browse/RANGER-2284
> Project: Ranger
>  Issue Type: Bug
>  Components: build-infra
>Affects Versions: master
>Reporter: Nelson Costa
>Assignee: Don Bosco Durai
>Priority: Major
> Attachments: build_ranger_using_docker.sh
>
>
> Running `./build_ranger_using_docker.sh -build_image` fails with error:
> {noformat}
>  ---> 62b699d731cb
> Step 11/27 : ADD 
> https://www.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz.sha1
>  /tools
> ADD failed: failed to GET 
> https://www.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz.sha1
>  with status 404 Not Found: 
> 
> 404 Not Found
> 
> Not Found
> The requested URL 
> /dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz.sha1 was not 
> found on this server.
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (RANGER-2284) Unable to build image using docker

2018-11-15 Thread Leonid (JIRA)


[ 
https://issues.apache.org/jira/browse/RANGER-2284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688078#comment-16688078
 ] 

Leonid commented on RANGER-2284:


Change it on 3.5.4, and sha1 on sha512 - it's work ok.

> Unable to build image using docker
> --
>
> Key: RANGER-2284
> URL: https://issues.apache.org/jira/browse/RANGER-2284
> Project: Ranger
>  Issue Type: Bug
>  Components: build-infra
>Affects Versions: master
>Reporter: Nelson Costa
>Assignee: Don Bosco Durai
>Priority: Major
> Attachments: build_ranger_using_docker.sh
>
>
> Running `./build_ranger_using_docker.sh -build_image` fails with error:
> {noformat}
>  ---> 62b699d731cb
> Step 11/27 : ADD 
> https://www.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz.sha1
>  /tools
> ADD failed: failed to GET 
> https://www.apache.org/dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz.sha1
>  with status 404 Not Found: 
> 
> 404 Not Found
> 
> Not Found
> The requested URL 
> /dist/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz.sha1 was not 
> found on this server.
> 
> {noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Closed] (RANGER-2254) Ranger haven't building by "build_ranger_using_docker.sh"

2018-11-15 Thread Leonid (JIRA)


 [ 
https://issues.apache.org/jira/browse/RANGER-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leonid closed RANGER-2254.
--

> Ranger haven't building by "build_ranger_using_docker.sh"
> -
>
> Key: RANGER-2254
> URL: https://issues.apache.org/jira/browse/RANGER-2254
> Project: Ranger
>  Issue Type: Bug
>  Components: audit, Ranger
>Affects Versions: 1.2.0
> Environment: docker
>Reporter: Leonid
>Priority: Major
>  Labels: build
> Fix For: 1.2.0
>
> Attachments: first.log, second.log
>
>
> I have tried to build Ranger 1.2.0 with 
> {code:java}
> sh ./build_ranger_using_docker.sh mvn clean compile package install 
> assembly:assembly
> {code}
> and had gotten this:
> {code:java}
> [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check 
> (default) on project ranger: Too many files with unapproved license: 22 See 
> RAT report in: /ranger/target/rat.txt -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal org.apache.rat:apache-rat-plugin:0.11:check (default) on project ranger: 
> Too many files with unapproved license: 22 See RAT report in: 
> /ranger/target/rat.txt
> {code}
> if I have tried use *_-Drat.skip=true_* I had gotten many errors in Audit 
> Component like *_error: cannot find symbol_*



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Resolved] (RANGER-2254) Ranger haven't building by "build_ranger_using_docker.sh"

2018-11-15 Thread Leonid (JIRA)


 [ 
https://issues.apache.org/jira/browse/RANGER-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leonid resolved RANGER-2254.

Resolution: Resolved

> Ranger haven't building by "build_ranger_using_docker.sh"
> -
>
> Key: RANGER-2254
> URL: https://issues.apache.org/jira/browse/RANGER-2254
> Project: Ranger
>  Issue Type: Bug
>  Components: audit, Ranger
>Affects Versions: 1.2.0
> Environment: docker
>Reporter: Leonid
>Priority: Major
>  Labels: build
> Fix For: 1.2.0
>
> Attachments: first.log, second.log
>
>
> I have tried to build Ranger 1.2.0 with 
> {code:java}
> sh ./build_ranger_using_docker.sh mvn clean compile package install 
> assembly:assembly
> {code}
> and had gotten this:
> {code:java}
> [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check 
> (default) on project ranger: Too many files with unapproved license: 22 See 
> RAT report in: /ranger/target/rat.txt -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal org.apache.rat:apache-rat-plugin:0.11:check (default) on project ranger: 
> Too many files with unapproved license: 22 See RAT report in: 
> /ranger/target/rat.txt
> {code}
> if I have tried use *_-Drat.skip=true_* I had gotten many errors in Audit 
> Component like *_error: cannot find symbol_*



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (RANGER-2254) Ranger haven't building by "build_ranger_using_docker.sh"

2018-11-15 Thread Leonid (JIRA)


[ 
https://issues.apache.org/jira/browse/RANGER-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16688070#comment-16688070
 ] 

Leonid commented on RANGER-2254:


Nigel, thnx for script, it's useful. But it didn't work for 1.2 branch "Failed 
to find goal assembly:assembly..."

I have removed all docker images from previous building and have built 1.2.0 
from archive.

Thanks!

> Ranger haven't building by "build_ranger_using_docker.sh"
> -
>
> Key: RANGER-2254
> URL: https://issues.apache.org/jira/browse/RANGER-2254
> Project: Ranger
>  Issue Type: Bug
>  Components: audit, Ranger
>Affects Versions: 1.2.0
> Environment: docker
>Reporter: Leonid
>Priority: Major
>  Labels: build
> Fix For: 1.2.0
>
> Attachments: first.log, second.log
>
>
> I have tried to build Ranger 1.2.0 with 
> {code:java}
> sh ./build_ranger_using_docker.sh mvn clean compile package install 
> assembly:assembly
> {code}
> and had gotten this:
> {code:java}
> [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check 
> (default) on project ranger: Too many files with unapproved license: 22 See 
> RAT report in: /ranger/target/rat.txt -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal org.apache.rat:apache-rat-plugin:0.11:check (default) on project ranger: 
> Too many files with unapproved license: 22 See RAT report in: 
> /ranger/target/rat.txt
> {code}
> if I have tried use *_-Drat.skip=true_* I had gotten many errors in Audit 
> Component like *_error: cannot find symbol_*



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (RANGER-2254) Ranger haven't building by "build_ranger_using_docker.sh"

2018-10-17 Thread Leonid (JIRA)


 [ 
https://issues.apache.org/jira/browse/RANGER-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leonid updated RANGER-2254:
---
Description: 
I have tried to build Ranger 1.2.0 with 
{code:java}
sh ./build_ranger_using_docker.sh mvn clean compile package install 
assembly:assembly
{code}
and had gotten this:
{code:java}
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check 
(default) on project ranger: Too many files with unapproved license: 22 See RAT 
report in: /ranger/target/rat.txt -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.rat:apache-rat-plugin:0.11:check (default) on project ranger: Too 
many files with unapproved license: 22 See RAT report in: /ranger/target/rat.txt
{code}
if I have tried use *_-Drat.skip=true_* I had gotten many errors in Audit 
Component like *_error: cannot find symbol_*

  was:
I have tried to build Ranger 1.2.0 with 
{code:java}
sh ./build_ranger_using_docker.sh mvn clean compile package install 
assembly:assembly
{code}
and had got this:
{code:java}
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check 
(default) on project ranger: Too many files with unapproved license: 22 See RAT 
report in: /ranger/target/rat.txt -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.rat:apache-rat-plugin:0.11:check (default) on project ranger: Too 
many files with unapproved license: 22 See RAT report in: /ranger/target/rat.txt
{code}
if I have tried use *_-Drat.skip=true_* I had got many errors in Audit 
Component like *_error: cannot find symbol_*


> Ranger haven't building by "build_ranger_using_docker.sh"
> -
>
> Key: RANGER-2254
> URL: https://issues.apache.org/jira/browse/RANGER-2254
> Project: Ranger
>  Issue Type: Bug
>  Components: audit, Ranger
>Affects Versions: 1.2.0
> Environment: docker
>Reporter: Leonid
>Priority: Major
>  Labels: build
> Fix For: 1.2.0
>
> Attachments: first.log, second.log
>
>
> I have tried to build Ranger 1.2.0 with 
> {code:java}
> sh ./build_ranger_using_docker.sh mvn clean compile package install 
> assembly:assembly
> {code}
> and had gotten this:
> {code:java}
> [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check 
> (default) on project ranger: Too many files with unapproved license: 22 See 
> RAT report in: /ranger/target/rat.txt -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal org.apache.rat:apache-rat-plugin:0.11:check (default) on project ranger: 
> Too many files with unapproved license: 22 See RAT report in: 
> /ranger/target/rat.txt
> {code}
> if I have tried use *_-Drat.skip=true_* I had gotten many errors in Audit 
> Component like *_error: cannot find symbol_*



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (RANGER-2254) Ranger haven't building by "build_ranger_using_docker.sh"

2018-10-17 Thread Leonid (JIRA)


 [ 
https://issues.apache.org/jira/browse/RANGER-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leonid updated RANGER-2254:
---
Description: 
I have tried to build Ranger 1.2.0 with 
{code:java}
sh ./build_ranger_using_docker.sh mvn clean compile package install 
assembly:assembly
{code}
and had got this:
{code:java}
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check 
(default) on project ranger: Too many files with unapproved license: 22 See RAT 
report in: /ranger/target/rat.txt -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.rat:apache-rat-plugin:0.11:check (default) on project ranger: Too 
many files with unapproved license: 22 See RAT report in: /ranger/target/rat.txt
{code}
if I have tried use *_-Drat.skip=true_* I had got many errors in Audit 
Component like *_error: cannot find symbol_*

  was:
I have tried to build Ranger 1.2.0 with 
{code:java}
sh ./build_ranger_using_docker.sh mvn clean compile package install 
assembly:assembly
{code}
and had got this:
{code:java}
[ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check 
(default) on project ranger: Too many files with unapproved license: 22 See RAT 
report in: /ranger/target/rat.txt -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal 
org.apache.rat:apache-rat-plugin:0.11:check (default) on project ranger: Too 
many files with unapproved license: 22 See RAT report in: /ranger/target/rat.txt
{code}
if I have tried use *_-Drat.skip=true_* I had got many errors like *_error: 
cannot find symbol_* in Audit Component


> Ranger haven't building by "build_ranger_using_docker.sh"
> -
>
> Key: RANGER-2254
> URL: https://issues.apache.org/jira/browse/RANGER-2254
> Project: Ranger
>  Issue Type: Bug
>  Components: audit, Ranger
>Affects Versions: 1.2.0
> Environment: docker
>Reporter: Leonid
>Priority: Major
>  Labels: build
> Fix For: 1.2.0
>
> Attachments: first.log, second.log
>
>
> I have tried to build Ranger 1.2.0 with 
> {code:java}
> sh ./build_ranger_using_docker.sh mvn clean compile package install 
> assembly:assembly
> {code}
> and had got this:
> {code:java}
> [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check 
> (default) on project ranger: Too many files with unapproved license: 22 See 
> RAT report in: /ranger/target/rat.txt -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal org.apache.rat:apache-rat-plugin:0.11:check (default) on project ranger: 
> Too many files with unapproved license: 22 See RAT report in: 
> /ranger/target/rat.txt
> {code}
> if I have tried use *_-Drat.skip=true_* I had got many errors in Audit 
> Component like *_error: cannot find symbol_*



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (RANGER-2254) Ranger haven't building by "build_ranger_using_docker.sh"

2018-10-17 Thread Leonid (JIRA)


 [ 
https://issues.apache.org/jira/browse/RANGER-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leonid updated RANGER-2254:
---
Attachment: first.log

> Ranger haven't building by "build_ranger_using_docker.sh"
> -
>
> Key: RANGER-2254
> URL: https://issues.apache.org/jira/browse/RANGER-2254
> Project: Ranger
>  Issue Type: Bug
>  Components: audit, Ranger
>Affects Versions: 1.2.0
> Environment: docker
>Reporter: Leonid
>Priority: Major
>  Labels: build
> Fix For: 1.2.0
>
> Attachments: first.log, second.log
>
>
> I have tried to build Ranger 1.2.0 with 
> {code:java}
> sh ./build_ranger_using_docker.sh mvn clean compile package install 
> assembly:assembly
> {code}
> and have taken this:
> {code:java}
> [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check 
> (default) on project ranger: Too many files with unapproved license: 22 See 
> RAT report in: /ranger/target/rat.txt -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal org.apache.rat:apache-rat-plugin:0.11:check (default) on project ranger: 
> Too many files with unapproved license: 22 See RAT report in: 
> /ranger/target/rat.txt
> {code}
> if I tried use *_-Drat.skip=true_* I have taken many errors like *_error: 
> cannot find symbol_* in Audit Component



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (RANGER-2254) Ranger haven't building by "build_ranger_using_docker.sh"

2018-10-17 Thread Leonid (JIRA)


 [ 
https://issues.apache.org/jira/browse/RANGER-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Leonid updated RANGER-2254:
---
Attachment: second.log

> Ranger haven't building by "build_ranger_using_docker.sh"
> -
>
> Key: RANGER-2254
> URL: https://issues.apache.org/jira/browse/RANGER-2254
> Project: Ranger
>  Issue Type: Bug
>  Components: audit, Ranger
>Affects Versions: 1.2.0
> Environment: docker
>Reporter: Leonid
>Priority: Major
>  Labels: build
> Fix For: 1.2.0
>
> Attachments: first.log, second.log
>
>
> I have tried to build Ranger 1.2.0 with 
> {code:java}
> sh ./build_ranger_using_docker.sh mvn clean compile package install 
> assembly:assembly
> {code}
> and have taken this:
> {code:java}
> [ERROR] Failed to execute goal org.apache.rat:apache-rat-plugin:0.11:check 
> (default) on project ranger: Too many files with unapproved license: 22 See 
> RAT report in: /ranger/target/rat.txt -> [Help 1]
> org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute 
> goal org.apache.rat:apache-rat-plugin:0.11:check (default) on project ranger: 
> Too many files with unapproved license: 22 See RAT report in: 
> /ranger/target/rat.txt
> {code}
> if I tried use *_-Drat.skip=true_* I have taken many errors like *_error: 
> cannot find symbol_* in Audit Component



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)