[
https://issues.apache.org/jira/browse/RANGER-3182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17523984#comment-17523984
]
Aakash Nand edited comment on RANGER-3182 at 4/19/22 3:32 AM:
--------------------------------------------------------------
[~rmani], I have attached a new patch file. It contains all the changes and it
also works on the master branch. Please check. I also ensured that all the
builds and tests are successful.
The local environment that I used was
{code:java}
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)Maven home:
/opt/apache-maven-3.6.3Java version: 11.0.14.1, vendor: Homebrew, runtime:
/usr/local/Cellar/openjdk@11/11.0.14.1/libexec/openjdk.jdk/Contents/HomeDefault
locale: en_JP, platform encoding: UTF-8OS name: "mac os x", version: "12.3",
arch: "x86_64", family: "mac"{code}
For applying the patch to the master branch use ↓
{code:java}
git am < 0001-RANGER-3182-Rename-Prestosql-to-Trino.patch{code}
For applying the patch to the ranger-2.3 branch use ↓
{code:java}
git am --3way --ignore-space-change
../0001-RANGER-3182-Rename-Prestosql-to-Trino.patch
{code}
was (Author: aakashnand):
[~rmani], I have attached a new patch file. It contains all the changes and it
also works on the master branch. Please check. I also ensured that all the
builds and tests are successful.
The local environment that I used was
{code:java}
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)Maven home:
/opt/apache-maven-3.6.3Java version: 11.0.14.1, vendor: Homebrew, runtime:
/usr/local/Cellar/openjdk@11/11.0.14.1/libexec/openjdk.jdk/Contents/HomeDefault
locale: en_JP, platform encoding: UTF-8OS name: "mac os x", version: "12.3",
arch: "x86_64", family: "mac"{code}
{{{{For master branch use}}}}
{code:java}
git am < 0001-RANGER-3182-Rename-Prestosql-to-Trino.patch{code}
For the ranger-2.3 branch use{{{}{}}}
{code:java}
git am --3way --ignore-space-change
../0001-RANGER-3182-Rename-Prestosql-to-Trino.patch
{code}
> Prestosql is renamed to Trino
> -----------------------------
>
> Key: RANGER-3182
> URL: https://issues.apache.org/jira/browse/RANGER-3182
> Project: Ranger
> Issue Type: Improvement
> Components: plugins
> Affects Versions: 2.1.0
> Reporter: Viacheslav Kriuchkov
> Priority: Blocker
> Attachments: 0001-RANGER-3182-Rename-Prestosql-to-Trino.patch,
> ranger-commons-lang3-master.patch
>
> Time Spent: 2h 40m
> Remaining Estimate: 0h
>
> All "prestosql" classes are "trino" now and Presto plugin can't integrate
> with Trino because of that. It means all Presto deployments that use Ranger
> are stuck on version 350 and can't upgrade further.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)