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

Palash Das commented on RANGER-2754:
------------------------------------

Hi [~bolke],

Can you suggest me on top of which commit this patch works perfectly? 
 I tried on 0e2f4ba26.

But the problem is, I *can not see the ui for row filtering and masking*.

Here is a fragment of my dockerfile.
{code:bash}
RUN git clone https://github.com/apache/ranger.git /ranger-src

WORKDIR /ranger-src

#Jump to a tested commit where things are not breaking
RUN git checkout 0e2f4ba26

#Download all dependencies (TODO: takes a lot of time, need to improve)
RUN until mvn -Dmaven.artifact.threads=100  clean dependency:go-offline ; do 
echo "Retrying since maven failed to download dependencies"; done

#Download the latest patch of RANGER-2754
RUN curl -s 
https://issues.apache.org/jira/secure/attachment/12999970/0001-RANGER-2754-Upgrade-presto-dependency-and-improve-lo.patch
 > /ranger-src/presto-331-and-data-filtering.patch
RUN git apply /ranger-src/presto-331-and-data-filtering.patch

#Download patch dependencies
RUN until mvn -Dmaven.artifact.threads=100  clean dependency:go-offline ; do 
echo "Retrying since maven failed to download dependencies"; done

RUN mvn -Dmaven.artifact.threads=100 \
    -DskipTests=true \
    -T 16 \
    compile

#TODO: From 2.1.0, parallel packaging is broken
RUN mvn -Dmaven.artifact.threads=100 -DskipTests=true package

{code}
 

> Update presto dependency and implement row/column level security
> ----------------------------------------------------------------
>
>                 Key: RANGER-2754
>                 URL: https://issues.apache.org/jira/browse/RANGER-2754
>             Project: Ranger
>          Issue Type: Improvement
>          Components: plugins
>    Affects Versions: master
>            Reporter: Bolke de Bruin
>            Assignee: Bolke de Bruin
>            Priority: Major
>         Attachments: 
> 0001-RANGER-2754-Upgrade-presto-dependency-and-improve-lo.patch, 
> 0001-RANGER-2754-Upgrade-presto-dependency-and-improve-lo.patch, 
> 0001-RANGER-2754-Upgrade-presto-dependency-and-improve-lo.patch, 
> 0001-RANGER-2754-Upgrade-presto-dependency-and-improve-lo.patch, 
> 0001-RANGER-2754-Upgrade-presto-dependency-and-improve-lo.patch, 
> 0001-RANGER-2754-Upgrade-presto-dependency-and-improve-lo.patch, 
> 0001-RANGER-2754-Upgrade-presto-dependency-and-improve-lo.patch, 
> RANGER-2754-v2.patch, RANGER-2754.patch
>
>
> 1. PrestoSql has changed its Security API hence the Ranger plugin has stopped 
> working for versions > ~321. 
> 2. Presto master now has row/column level security support



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to