iwasakims opened a new pull request #801:
URL: https://github.com/apache/bigtop/pull/801


   https://issues.apache.org/jira/browse/BIGTOP-3573
   
   Tez implicitly depends on snappy-java-1.0.5 which does not support aarch64. 
The dependency on snappy-java seems to be pulled from Avro. Adding explicit 
dependency on upstream snappy-java should address issues on aarch64.
   
   
https://github.com/apache/tez/blob/rel/release-0.10.0/tez-api/src/main/java/org/apache/tez/common/TezUtils.java#L44-L45
   ```
   $ mvn dependency:tree -Dhadoop.version=3.2.2
   ...
   [INFO] org.apache.tez:tez-api:jar:0.10.0
   ...
   [INFO] +- org.apache.hadoop:hadoop-common:jar:3.2.2:compile
   ...
   [INFO] |  +- org.apache.avro:avro:jar:1.7.7:compile
   [INFO] |  |  +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile
   [INFO] |  |  \- org.xerial.snappy:snappy-java:jar:1.0.5:compile
   ...
   ```
   


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


Reply via email to