viirya commented on pull request #3385:
URL: https://github.com/apache/hadoop/pull/3385#issuecomment-915678172


   > Yea see that. Could you check if snappy-java will show up as transitive 
dependency for hadoop-client-api?
   
   The current dependency tree of `hadoop-client-api`:
   
   ```
   [INFO] org.apache.hadoop:hadoop-client-api:jar:3.4.0-SNAPSHOT
   [INFO] +- org.apache.hadoop:hadoop-client:jar:3.4.0-SNAPSHOT:compile 
(optional)
   [INFO] |  +- org.apache.hadoop:hadoop-common:jar:3.4.0-SNAPSHOT:compile 
(optional)
   [INFO] |  |  +- 
org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:jar:1.1.1:compile 
(optional)
   ...
   [INFO] |  |  +- dnsjava:dnsjava:jar:3.4.0:compile (optional)
   [INFO] |  |  \- org.xerial.snappy:snappy-java:jar:1.1.8.2:compile (optional)
   [INFO] |  +- org.apache.hadoop:hadoop-hdfs-client:jar:3.4.0-SNAPSHOT:compile 
(optional)
   ...
   ```
   
   The current dependency tree of `hadoop-client-runtime`:
   ```
   [INFO] org.apache.hadoop:hadoop-client-runtime:jar:3.4.0-SNAPSHOT
   [INFO] +- org.apache.hadoop:hadoop-client:jar:3.4.0-SNAPSHOT:compile 
(optional)
   [INFO] |  +- org.apache.hadoop:hadoop-common:jar:3.4.0-SNAPSHOT:compile 
(optional)
   [INFO] |  |  +- 
org.apache.hadoop.thirdparty:hadoop-shaded-protobuf_3_7:jar:1.1.1:compile 
(optional)
   ...
   [INFO] |  |  +- dnsjava:dnsjava:jar:3.4.0:compile (optional)
   [INFO] |  |  \- org.xerial.snappy:snappy-java:jar:1.1.8.2:compile (optional)
   [INFO] |  +- org.apache.hadoop:hadoop-hdfs-client:jar:3.4.0-SNAPSHOT:compile 
(optional)
   ...
   ```
   
   


-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to