apache Incubator Logo

Verify the artifacts

Download the release and verify checksums and signatures:

> wget http://people.apache.org/~rsharma/hdt-0.0.1.incubating-rc0/hdt-0.0.1.incubating-{src,bin}.tar.gz{,.asc,.md5,.sha1}\

> md5sum -c *.md5
> sha1sum -c *.sha1

> for i in *.asc; do echo "verify: " $i; gpg --verify $i;

Un-tar and check if the src build fine

> tar -xvf hdt-0.0.1.incubating-src.tar.gz
> mvn clean install

This wil also do a RAT check for every module

Check whether mandatory files are identical across all distribution artifacts:

 > for i in LICENSE NOTICE; do diff hdt-0.0.1.incubating-{src,bin}/$i;
 > done

Check the tag with the src release

> git clone https://git-wip-us.apache.org/repos/asf/incubator-hdt.git
> cd incubator-hdt
> git fetch --tags
> git checkout REVISION-CHECKSUM-FROM-VOTING-MAIL
> cd ..

> diff -Naur -x .git -x .gitignore  -x jars incubator-hdt/ hdt-0.0.1.incubating-src/

Deploying pluign in eclipse ECLIPSE IDE

Un-tar to create a Update Site

> tar -xvf hdt-0.0.1.incubating-bin.tar.gz

In Eclipse IDE :

  • Go to Install New Software under Help in Eclipse
  • Open Available Sites and add a Local site pointing to bin directory
  • Apply the changes and check the plugin

Disclaimer

Apache Hadoop Development Tools is an effort undergoing incubation at The Apache Software Foundation(ASF) sponsored by the Apache Incubator PMC.Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.