You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@sentry.apache.org by "Hadoop QA (JIRA)" <ji...@apache.org> on 2016/11/15 03:03:58 UTC

[jira] [Commented] (SENTRY-1524) sentry-dist is missing dependency on sentry-hdfs-dist

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

Hadoop QA commented on SENTRY-1524:
-----------------------------------

Here are the results of testing the latest attachment
https://issues.apache.org/jira/secure/attachment/12838893/SENTRY-1524.001.patch against master.

{color:green}Overall:{color} +1 all checks pass

{color:green}SUCCESS:{color} all tests passed

Console output: https://builds.apache.org/job/PreCommit-SENTRY-Build/2152/console

This message is automatically generated.

> sentry-dist is missing dependency on sentry-hdfs-dist
> -----------------------------------------------------
>
>                 Key: SENTRY-1524
>                 URL: https://issues.apache.org/jira/browse/SENTRY-1524
>             Project: Sentry
>          Issue Type: Bug
>          Components: Sentry
>    Affects Versions: 1.8.0, sentry-ha-redesign
>            Reporter: Alexander Kolbasov
>            Assignee: Alexander Kolbasov
>         Attachments: SENTRY-1524.001.patch
>
>
> An attempt to run sentry fails:
> {code}
> Exception in thread "main" java.util.concurrent.ExecutionException: java.lang.Exception: Error starting server
> 	at java.util.concurrent.FutureTask.report(FutureTask.java:122)
> 	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
> 	at org.apache.sentry.service.thrift.SentryService.waitOnFuture(SentryService.java:312)
> 	at org.apache.sentry.service.thrift.SentryService$CommandImpl.run(SentryService.java:398)
> 	at org.apache.sentry.SentryMain.main(SentryMain.java:120)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> 	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> 	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> 	at java.lang.reflect.Method.invoke(Method.java:498)
> 	at org.apache.hadoop.util.RunJar.run(RunJar.java:221)
> 	at org.apache.hadoop.util.RunJar.main(RunJar.java:136)
> Caused by: java.lang.Exception: Error starting server
> 	at org.apache.sentry.service.thrift.SentryService.call(SentryService.java:172)
> 	at org.apache.sentry.service.thrift.SentryService.call(SentryService.java:71)
> 	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
> 	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> 	at java.lang.Thread.run(Thread.java:745)
> Caused by: java.lang.IllegalStateException: Could not create org.apache.sentry.provider.db.service.thrift.SentryPolicyStoreProcessorFactory
> ...
> {code}
> The reason is a missing dependency on sentry-hdfs-dist in sentry-dist/pom.xml.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)