Hi Steve, I hit the same error. I'm not sure why this issue is happening, but I could fix the error by fixing the version. Opened a PR: https://github.com/apache/hadoop/pull/4112
Thanks, Akira On Thu, Mar 24, 2022 at 9:13 PM Steve Loughran <ste...@cloudera.com.invalid> wrote: > I have a new m1 macbook and am very happy with it for dev -it compiles > really fast, and intellij can switch branches and reindex in a few seconds > > I now want to bring up the docker image so I can try to build releases in > it. > > Has anyone ever done this yet? i am getting maven convergence issues > > [WARNING] > Dependency convergence error for > org.fusesource.hawtjni:hawtjni-runtime:jar:1.11:provided paths to > dependency are: > +-org.apache.hadoop:hadoop-hdfs:jar:3.4.0-SNAPSHOT > +-org.openlabtesting.leveldbjni:leveldbjni-all:jar:1.8:compile > +-org.openlabtesting.leveldbjni:leveldbjni:jar:1.8:provided > +-org.fusesource.hawtjni:hawtjni-runtime:jar:1.11:provided > and > +-org.apache.hadoop:hadoop-hdfs:jar:3.4.0-SNAPSHOT > +-org.openlabtesting.leveldbjni:leveldbjni-all:jar:1.8:compile > +-org.fusesource.leveldbjni:leveldbjni-osx:jar:1.8:provided > +-org.fusesource.leveldbjni:leveldbjni:jar:1.8:provided > +-org.fusesource.hawtjni:hawtjni-runtime:jar:1.9:provided > > i think it may be from the little detail that in the image the maven repo > is that of the host, but deleting the openlabtesting and fusesource > directory trees don't help > > any suggestions? >