[
https://issues.apache.org/jira/browse/SENTRY-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16217809#comment-16217809
]
Sergio Peña commented on SENTRY-1475:
-------------------------------------
I deleted the sentry cache but the build still fails.
{noformat}
[WARNING] The POM for org.apache.sentry:solr-sentry-handlers:jar:2.0.0-SNAPSHOT
is missing, no dependency information available
Downloading:
https://repository.apache.org/snapshots/org/apache/sentry/solr-sentry-handlers/2.0.0-SNAPSHOT/solr-sentry-handlers-2.0.0-SNAPSHOT.jar
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Sentry ............................................. SUCCESS [ 1.890 s]
[INFO] Sentry Core ........................................ SUCCESS [ 0.094 s]
[INFO] Sentry Core Common ................................. SUCCESS [ 4.262 s]
[INFO] Sentry Core Model DB ............................... SUCCESS [ 1.167 s]
[INFO] Sentry Core Model Indexer .......................... SUCCESS [ 0.625 s]
[INFO] Sentry Core Model Solr ............................. SUCCESS [ 0.486 s]
[INFO] Sentry Core Model Sqoop ............................ SUCCESS [ 0.542 s]
[INFO] Sentry Core Model Kafka ............................ SUCCESS [ 0.496 s]
[INFO] Sentry Policies .................................... SUCCESS [ 0.054 s]
[INFO] Sentry Policy Common ............................... SUCCESS [ 0.820 s]
[INFO] Sentry Providers ................................... SUCCESS [ 0.078 s]
[INFO] Sentry Provider Common ............................. SUCCESS [ 0.716 s]
[INFO] Sentry Provider File ............................... SUCCESS [ 0.745 s]
[INFO] Sentry Policy Engine ............................... SUCCESS [ 0.318 s]
[INFO] Sentry Bindings .................................... SUCCESS [ 0.077 s]
[INFO] Sentry Hive Binding Configuration .................. SUCCESS [ 2.225 s]
[INFO] Hive follower for Sentry ........................... SUCCESS [ 3.614 s]
[INFO] Sentry HDFS ........................................ SUCCESS [ 0.081 s]
[INFO] Sentry HDFS Common ................................. SUCCESS [ 4.338 s]
[INFO] Sentry Provider DB ................................. SUCCESS [ 11.904 s]
[INFO] Sentry Binding for Kafka ........................... SUCCESS [ 2.763 s]
[INFO] Sentry Provider Cache .............................. SUCCESS [ 0.453 s]
[INFO] Sentry Hive Binding Common ......................... SUCCESS [ 1.737 s]
[INFO] Sentry Binding for Solr ............................ SUCCESS [ 6.586 s]
[INFO] Sentry Binding for Sqoop ........................... SUCCESS [ 1.548 s]
[INFO] Sentry Binding for Hive ............................ SUCCESS [ 3.040 s]
[INFO] Sentry Policy for Indexer .......................... SUCCESS [ 0.639 s]
[INFO] Sentry Tests ....................................... SUCCESS [ 0.089 s]
[INFO] Sentry Solr Tests .................................. FAILURE [ 0.640 s]
[INFO] Sentry Sqoop Tests ................................. SKIPPED
[INFO] Sentry Kafka Tests ................................. SKIPPED
[INFO] Sentry HDFS Service ................................ SKIPPED
[INFO] Sentry HDFS Namenode Plugin ........................ SKIPPED
[INFO] Sentry Hive Tests .................................. SKIPPED
[INFO] Sentry HDFS Dist ................................... SKIPPED
[INFO] Sentry Distribution ................................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 53.065 s
[INFO] Finished at: 2017-10-24T17:13:04-05:00
[INFO] Final Memory: 170M/1218M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project sentry-tests-solr: Could not resolve
dependencies for project
org.apache.sentry:sentry-tests-solr:jar:2.0.0-SNAPSHOT: Could not find artifact
org.apache.sentry:solr-sentry-handlers:jar:2.0.0-SNAPSHOT in apache.snapshots
(https://repository.apache.org/snapshots/) -> [Help 1]
[ERROR]
{noformat}
I see the you removed the solr-sentry-handlers from the main pom.xml. This is
causing to download a JAR instead of building and using the one created
locally. Is there any reason you had to remove it? Do the sentry solr tests
need this jar? If not, can we remove it from the tests as well?
> Integrate Sentry with Solr authorization framework
> --------------------------------------------------
>
> Key: SENTRY-1475
> URL: https://issues.apache.org/jira/browse/SENTRY-1475
> Project: Sentry
> Issue Type: New Feature
> Components: Sentry, Solr Plugin
> Reporter: Hrishikesh Gadre
> Assignee: Hrishikesh Gadre
> Fix For: 2.0.0
>
> Attachments: SENTRY-1475.1.patch, SENTRY-1475.2.patch,
> SENTRY-1475.3.patch
>
>
> Solr 7 has added support for pluggable authorization modules. We should
> integrate Sentry within this authorization framework.
> https://cwiki.apache.org/confluence/display/solr/Authentication+and+Authorization+Plugins
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)