Re: [PR] RANGER-4746: Change default docker build to use JDK 8 [ranger]

2024-04-09 Thread via GitHub


mneethiraj merged PR #309:
URL: https://github.com/apache/ranger/pull/309


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@ranger.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] RANGER-4750: Optimizations in the docker image build process [ranger]

2024-04-09 Thread via GitHub


mneethiraj commented on code in PR #302:
URL: https://github.com/apache/ranger/pull/302#discussion_r1558348942


##
dev-support/ranger-docker/Dockerfile.ranger-hbase:
##
@@ -22,14 +22,15 @@ ARG HBASE_PLUGIN_VERSION
 
 COPY ./dist/version 
/home/ranger/dist/
 COPY ./dist/ranger-${HBASE_PLUGIN_VERSION}-hbase-plugin.tar.gz  
/home/ranger/dist/
-COPY ./downloads/hbase-${HBASE_VERSION}-bin.tar.gz  
/home/ranger/dist/
 
-COPY ./scripts/ranger-hbase-setup.sh /home/ranger/scripts/
-COPY ./scripts/ranger-hbase.sh   /home/ranger/scripts/
-COPY ./scripts/ranger-hbase-plugin-install.properties/home/ranger/scripts/
-COPY ./scripts/hbase-site.xml/home/ranger/scripts/
+COPY ./scripts/ranger-hbase-setup.sh
/home/ranger/scripts/
+COPY ./scripts/ranger-hbase.sh  
/home/ranger/scripts/
+COPY ./scripts/ranger-hbase-plugin-install.properties   
/home/ranger/scripts/
+COPY ./scripts/hbase-site.xml   
/home/ranger/scripts/
 
-RUN tar xvfz /home/ranger/dist/hbase-${HBASE_VERSION}-bin.tar.gz 
--directory=/opt/ && \
+RUN wget -O /home/ranger/dist/hbase-${HBASE_VERSION}-bin.tar.gz \

Review Comment:
   files like hbase--bin.tar.gz could be large. It will help to avoid 
downloading such files for every build. Please review.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@ranger.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[jira] [Assigned] (RANGER-4729) Upgrade commons-compress to 1.26.0

2024-04-09 Thread Rakesh Gupta (Jira)


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

Rakesh Gupta reassigned RANGER-4729:


Assignee: Rakesh Gupta

> Upgrade commons-compress to 1.26.0
> --
>
> Key: RANGER-4729
> URL: https://issues.apache.org/jira/browse/RANGER-4729
> Project: Ranger
>  Issue Type: Task
>  Components: Ranger
>Affects Versions: 3.0.0
>Reporter: Dineshkumar Yadav
>Assignee: Rakesh Gupta
>Priority: Major
>
> Upgrade commons-compress to 1.26.0



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


Re: Review Request 74259: RANGER-3998: Support Ranger KMS integration with AWS KMS

2024-04-09 Thread Dhaval Shah

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


Ship it!




Ship It!

- Dhaval Shah


On March 23, 2024, 2:20 a.m., Kirby Zhou wrote:
> 
> ---
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/74259/
> ---
> 
> (Updated March 23, 2024, 2:20 a.m.)
> 
> 
> Review request for ranger, Dhaval Shah, Dineshkumar Yadav, Gautam Borad, 
> Jayendra Parab, Kishor Gollapalliwar, Abhay Kulkarni, Mateen Mansoori, Mehul 
> Parikh, Pradeep Agrawal, VaradreawiZTV VaradreawiZTV, Vishal Suvagia, and 
> Velmurugan Periasamy.
> 
> 
> Bugs: ranger-3998
> https://issues.apache.org/jira/browse/ranger-3998
> 
> 
> Repository: ranger
> 
> 
> Description
> ---
> 
> AWS KMS is widely used by many customers.
> Therefore, RangerKMS should support hosting MasterKey to AWS KMS.
> 
> 
> Diffs
> -
> 
>   distro/src/main/assembly/kms.xml 77f61b917 
>   kms/config/kms-webapp/dbks-site.xml 258d331d8 
>   kms/pom.xml 0b37ce52d 
>   kms/scripts/install.properties 5f5df9b1f 
>   kms/scripts/setup.sh 0cce478fd 
>   kms/src/main/java/org/apache/hadoop/crypto/key/RangerAWSKMSProvider.java 
> PRE-CREATION 
>   kms/src/main/java/org/apache/hadoop/crypto/key/RangerKeyStoreProvider.java 
> 429d1ce45 
>   
> kms/src/main/java/org/apache/hadoop/crypto/key/RangerTencentKMSProvider.java 
> 1f0125967 
> 
> 
> Diff: https://reviews.apache.org/r/74259/diff/8/
> 
> 
> Testing
> ---
> 
> Tested under macos-13 and centos-8
> 
> 
> File Attachments
> 
> 
> 0001-RANGER-3998-KMS-integration-with-AWS-KMS.patch
>   
> https://reviews.apache.org/media/uploaded/files/2023/04/07/6499bf0e-af49-4eae-8636-f183f0fab3d7__0001-RANGER-3998-KMS-integration-with-AWS-KMS.patch
> 
> 
> Thanks,
> 
> Kirby Zhou
> 
>