[ 
https://issues.apache.org/jira/browse/HDDS-2121?focusedWorklogId=313935&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-313935
 ]

ASF GitHub Bot logged work on HDDS-2121:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 17/Sep/19 21:46
            Start Date: 17/Sep/19 21:46
    Worklog Time Spent: 10m 
      Work Description: bharatviswa504 commented on pull request #1452: 
HDDS-2121. Create a shaded ozone filesystem (client) jar
URL: https://github.com/apache/hadoop/pull/1452#discussion_r325400148
 
 

 ##########
 File path: hadoop-ozone/ozonefs-lib-current/pom.xml
 ##########
 @@ -83,6 +63,78 @@
           <skip>true</skip>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-shade-plugin</artifactId>
+        <executions>
+          <execution>
+            <phase>package</phase>
+            <goals>
+              <goal>shade</goal>
+            </goals>
+            <configuration>
+              <artifactSet>
+                <excludes>
+                  <exclude>classworlds:classworlds</exclude>
 
 Review comment:
   Do we need this?
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Issue Time Tracking
-------------------

    Worklog Id:     (was: 313935)
    Time Spent: 1h  (was: 50m)

> Create a shaded ozone filesystem (client) jar
> ---------------------------------------------
>
>                 Key: HDDS-2121
>                 URL: https://issues.apache.org/jira/browse/HDDS-2121
>             Project: Hadoop Distributed Data Store
>          Issue Type: Improvement
>          Components: build
>            Reporter: Arpit Agarwal
>            Assignee: Elek, Marton
>            Priority: Blocker
>              Labels: pull-request-available
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> We need a shaded Ozonefs jar that does not include Hadoop ecosystem 
> components (Hadoop, HDFS, Ratis, Zookeeper).
> A common expected use case for Ozone is Hadoop clients (3.2.0 and later) 
> wanting to access Ozone via the Ozone Filesystem interface. For these 
> clients, we want to add Ozone file system jar to the classpath, however we 
> want to use Hadoop ecosystem dependencies that are `provided` and already 
> expected to be in the client classpath.
> Note that this is different from the legacy jar which bundles a shaded Hadoop 
> 3.2.0.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

---------------------------------------------------------------------
To unsubscribe, e-mail: hdfs-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: hdfs-issues-h...@hadoop.apache.org

Reply via email to