Title: Apache Hadoop Development Tools Notice: Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. #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