Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

mvn clean package -Papache-release
mvn release:prepare
mvn release:perform
mvn release:prepare  -Darguments="-DskipTests"
mvn release:perform -Darguments="-DskipTests"
Rya uses Mini Accumulo Cluster for a number of it's tests and I've run into a number of gotchas:
  1. On windows, I've found that I need to update my hosts file to add my ip and my machine name (something like 10.aaa.bbb.ccc mymachinename)
  2. Close all VPNs
  3. Do not use strange DNS machines.  just use the default ones your network/isp provides
  4. McAfee Virus Scan may slow things down and throw off the test

...