Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for 
change notification.

The following page has been changed by NigelDaley:
http://wiki.apache.org/lucene-hadoop/HowToRelease

------------------------------------------------------------------------------
  export JAVA_HOME=/path/to/32bit/jdk
  ant -Dversion=X.Y.Z -Dcompile.native=true -Dcompile.c++=true 
-Declipse.home=/usr/lib/eclipse clean package-libhdfs tar test test-libhdfs
  export JAVA_HOME=/path/to/64bit/jdk
- ant -Dcompile.native compile-core-native tar
+ ant -Dversion=X.Y.Z -Dcompile.native compile-core-native tar
  }}}
        1. Check that release file looks ok - e.g. install it and run examples 
from tutorial.
          1. Generate the MD5 checksum of the release file. {{{

Reply via email to