Jay, hadoop also has native libraries with JNI wrapper that is platform specific.
On Wed, Jan 27, 2016 at 10:21 PM, Jay Vyas <[email protected]> wrote: > Maven is building jar files... > > Shouldn't those "just work" on powers JVM the way any jar would? > > > On Jan 27, 2016, at 11:05 PM, MrAsanjar . <[email protected]> wrote: > > > > Does the artifacts in maven "*local*" repository remain persistent > between > > bigtop component builds (i.e. Hadoop, Spark, HIve..)?? > > > > This question is relevant to any bigtop project (i.e. Spark, HBase, > > Hive,..) with build dependency on Hadoop libraries. > > > > In the event of Power8 (or any none-x86) build, these projects require > > Hadoop libraries for Power8 copied to the "*local*" maven repository > prior > > to the build. Maven public repository hosts only x86 version of Hadoop > > artifacts. > > > > For example, before building Spark for Power, bigtop Hadoop build for > Power > > must first get copied to the local maven repository. > > > > However, evidence suggests that either "install" option included in > > Hadoop's do-component-build file isn't working as designed :) or maven > > local repository is not persistent. > > > > mvn $ANT_OPTS $BUNDLE_SNAPPY -Pdist -Pnative -Psrc -Dtar ${MAVEN_OPTS} > > install "$@" >
