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

ASF GitHub Bot commented on DRILL-8129:
---------------------------------------

jnturton commented on a change in pull request #2457:
URL: https://github.com/apache/drill/pull/2457#discussion_r802998151



##########
File path: contrib/storage-phoenix/pom.xml
##########
@@ -326,6 +330,12 @@
           <argLine>-Xms2048m -Xmx2048m</argLine>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.felix</groupId>

Review comment:
       @vvysotskyi Without it I cannot build storage-phoenix using `-Phadoop-2`:
   
   ```
   [INFO] 
------------------------------------------------------------------------
   [INFO] BUILD FAILURE
   [INFO] 
------------------------------------------------------------------------
   [INFO] Total time:  2.275 s (Wall Clock)
   [INFO] Finished at: 2022-02-09T19:44:28+02:00
   [INFO] 
------------------------------------------------------------------------
   [ERROR] Failed to execute goal on project drill-storage-phoenix: Could not 
resolve dependencies for project 
org.apache.drill.contrib:drill-storage-phoenix:jar:1.20.0-SNAPSHOT: Failure to 
find org.apache.directory.jdbm:apacheds-jdbm1:bundle:2.0.0-M2 in 
https://conjars.org/repo was cached in the local repository, resolution will 
not be reattempted until the update interval of conjars has elapsed or updates 
are forced -> [Help 1]
   ```




-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


> Storage-phoenix cannot resolve OSGi bundle apache-ds.jdbm1
> ----------------------------------------------------------
>
>                 Key: DRILL-8129
>                 URL: https://issues.apache.org/jira/browse/DRILL-8129
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.20.0
>            Reporter: James Turton
>            Assignee: James Turton
>            Priority: Blocker
>             Fix For: 1.20.0
>
>
> Because this dependency is of type "bundle", the module requires the 
> maven-bundle-plugin in order to resolve it, and for the module to build.
>  
> {code:java}
> [ERROR] Failed to execute goal on project drill-storage-phoenix: Could not 
> resolve dependencies for project 
> org.apache.drill.contrib:drill-storage-phoenix:jar:1.20.0-SNAPSHOT: Failure 
> to find org.apache.directory.jdbm:apacheds-jdbm1:bundle:2.0.0-M2 in 
> https://conjars.org/repo was cached in the local repository, resolution will 
> not be reattempted until the update interval of conjars has elapsed or 
> updates are forced -{code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to