4.0.0 org.apache.hadoop hadoop-project-dist 0.24.0-SNAPSHOT ../../hadoop-project-dist org.apache.hadoop hadoop-common 0.24.0-SNAPSHOT Apache Hadoop Common Apache Hadoop Common jar /usr/local ${snappy.prefix}/lib false common true org.apache.hadoop hadoop-annotations provided com.google.guava guava compile commons-cli commons-cli compile org.apache.commons commons-math compile xmlenc xmlenc compile commons-httpclient commons-httpclient compile commons-codec commons-codec compile commons-net commons-net compile javax.servlet servlet-api compile org.mortbay.jetty jetty compile org.mortbay.jetty jetty-util compile asm asm compile com.sun.jersey jersey-core compile com.sun.jersey jersey-json compile com.sun.jersey jersey-server compile tomcat jasper-compiler compile tomcat jasper-runtime compile javax.servlet.jsp jsp-api compile commons-el commons-el compile commons-logging commons-logging compile commons-logging commons-logging-api compile log4j log4j compile net.java.dev.jets3t jets3t compile org.apache.mina mina-core test org.apache.ftpserver ftplet-api test org.apache.ftpserver ftpserver-core test org.apache.ftpserver ftpserver-deprecated test junit junit test commons-lang commons-lang compile commons-collections commons-collections compile commons-configuration commons-configuration compile hsqldb hsqldb compile org.slf4j slf4j-api compile org.slf4j slf4j-log4j12 compile org.eclipse.jdt core compile oro oro compile org.codehaus.jackson jackson-mapper-asl compile org.aspectj aspectjrt compile org.mockito mockito-all test org.apache.avro avro compile net.sf.kosmosfs kfs compile org.apache.ant ant provided com.google.protobuf protobuf-java compile org.apache.hadoop hadoop-auth compile com.googlecode.json-simple json-simple compile org.apache.avro avro-maven-plugin generate-avro-test-sources generate-test-sources schema ${project.build.directory}/generated-test-sources/java org.apache.maven.plugins maven-antrun-plugin compile-proto generate-sources run PROTO_DIR=src/main/proto JAVA_DIR=target/generated-sources/java which cygpath 2> /dev/null if [ $? = 1 ]; then IS_WIN=false else IS_WIN=true WIN_PROTO_DIR=`cygpath --windows $PROTO_DIR` WIN_JAVA_DIR=`cygpath --windows $JAVA_DIR` fi mkdir -p $JAVA_DIR 2> /dev/null for PROTO_FILE in `ls $PROTO_DIR/*.proto 2> /dev/null` do if [ "$IS_WIN" = "true" ]; then protoc -I$WIN_PROTO_DIR --java_out=$WIN_JAVA_DIR $PROTO_FILE else protoc -I$PROTO_DIR --java_out=$JAVA_DIR $PROTO_FILE fi done compile-test-proto generate-test-sources run PROTO_DIR=src/test/proto JAVA_DIR=target/generated-test-sources/java which cygpath 2> /dev/null if [ $? = 1 ]; then IS_WIN=false else IS_WIN=true WIN_PROTO_DIR=`cygpath --windows $PROTO_DIR` WIN_JAVA_DIR=`cygpath --windows $JAVA_DIR` fi mkdir -p $JAVA_DIR 2> /dev/null for PROTO_FILE in `ls $PROTO_DIR/*.proto 2> /dev/null` do if [ "$IS_WIN" = "true" ]; then protoc -I$WIN_PROTO_DIR --java_out=$WIN_JAVA_DIR $PROTO_FILE else protoc -I$PROTO_DIR --java_out=$JAVA_DIR $PROTO_FILE fi done save-version generate-sources run generate-test-sources generate-test-sources run create-log-dir process-test-resources run pre-site run org.codehaus.mojo build-helper-maven-plugin add-source generate-sources add-source ${project.build.directory}/generated-sources/java add-test-source generate-test-sources add-test-source ${project.build.directory}/generated-test-sources/java org.apache.rat apache-rat-plugin CHANGES.txt .idea/** src/main/conf/* src/main/docs/** dev-support/jdiff/** src/main/native/* src/main/native/config/* src/main/resources/META-INF/services/org.apache.hadoop.security.SecurityInfo src/main/native/m4/* src/test/empty-file src/test/all-tests native false /usr/local ${snappy.prefix}/lib ${snappy.prefix}/include org.apache.maven.plugins maven-antrun-plugin compile compile run org.codehaus.mojo native-maven-plugin compile javah ${env.JAVA_HOME}/bin/javah org.apache.hadoop.io.compress.zlib.ZlibCompressor org.apache.hadoop.io.compress.zlib.ZlibDecompressor org.apache.hadoop.security.JniBasedUnixGroupsMapping org.apache.hadoop.io.nativeio.NativeIO org.apache.hadoop.security.JniBasedUnixGroupsNetgroupMapping org.apache.hadoop.io.compress.snappy.SnappyCompressor org.apache.hadoop.io.compress.snappy.SnappyDecompressor org.apache.hadoop.io.compress.lz4.Lz4Compressor org.apache.hadoop.io.compress.lz4.Lz4Decompressor org.apache.hadoop.util.NativeCrc32 ${project.build.directory}/native/javah org.codehaus.mojo make-maven-plugin compile compile autoreconf configure make-install ${project.build.directory}/native -i -f OS_NAME ${os.name} OS_ARCH ${os.arch} JVM_DATA_MODEL ${sun.arch.data.model} CPPFLAGS=-I${snappy.include} LDFLAGS=-L${snappy.lib} ${project.build.directory}/native /usr/local OS_NAME ${os.name} OS_ARCH ${os.arch} JVM_DATA_MODEL ${sun.arch.data.model} HADOOP_NATIVE_SRCDIR ${project.build.directory}/native ${project.build.directory}/native/target