PageRenderTime 43ms CodeModel.GetById 17ms RepoModel.GetById 0ms app.codeStats 1ms

/tags/release-0.2.0-rc0/hive/external/build.properties

#
Properties File | 47 lines | 32 code | 9 blank | 6 comment | 0 complexity | a6b27bb49123d188126258daba1155cd MD5 | raw file
Possible License(s): Apache-2.0, BSD-3-Clause, JSON, CPL-1.0
  1. Name=Hive
  2. name=hive
  3. version=0.8.0-SNAPSHOT
  4. year=2011
  5. javac.debug=on
  6. javac.version=1.6
  7. javac.optimize=on
  8. javac.deprecation=off
  9. javac.args=
  10. javac.args.warnings=
  11. hadoop.version=0.20.1
  12. hadoop.mirror=http://mirror.facebook.net/facebook/hive-deps
  13. build.dir.hive=${hive.root}/build
  14. build.dir.hadoop=${build.dir.hive}/hadoopcore
  15. hadoop.version.ant-internal=${hadoop.version}
  16. hadoop.root.default=${build.dir.hadoop}/hadoop-${hadoop.version.ant-internal}
  17. hadoop.root=${hadoop.root.default}
  18. # Newer versions of Hadoop name the jar as hadoop-{core,test}-VERSION instead of hadoop-VERSION-{core,test}
  19. # We will add both styles to the classpath and it will pick up whichever is there
  20. hadoop.oldstyle-name.jar=${hadoop.root}/hadoop-${hadoop.version.ant-internal}-core.jar
  21. hadoop.oldstyle-name.tools.jar=${hadoop.root}/hadoop-${hadoop.version.ant-internal}-tools.jar
  22. hadoop.oldstyle-name.test.jar=${hadoop.root}/hadoop-${hadoop.version.ant-internal}-test.jar
  23. hadoop.newstyle-name.jar=${hadoop.root}/hadoop-core-${hadoop.version.ant-internal}.jar
  24. hadoop.newstyle-name.test.jar=${hadoop.root}/hadoop-test-${hadoop.version.ant-internal}.jar
  25. hadoop.newstyle-name.tools.jar=${hadoop.root}/hadoop-tools-${hadoop.version.ant-internal}.jar
  26. jetty.test.jar=${hadoop.root}/lib/jetty-5.1.4.jar
  27. servlet.test.jar=${hadoop.root}/lib/servlet-api.jar
  28. jasper.test.jar=${hadoop.root}/lib/jetty-ext/jasper-runtime.jar
  29. jasperc.test.jar=${hadoop.root}/lib/jetty-ext/jasper-compiler.jar
  30. jsp.test.jar=${hadoop.root}/lib/jetty-ext/jsp-api.jar
  31. common.jar=${hadoop.root}/lib/commons-httpclient-3.0.1.jar
  32. #
  33. # Data nucleus repository - needed for jdo2-api-2.3-ec.jar download
  34. #
  35. datanucleus.repo=http://www.datanucleus.org/downloads/maven2
  36. # URLs pointing to a built tarball of a secure hadoop release
  37. hadoop.security.url=http://mirror.facebook.net/facebook/hive-deps/hadoop/core/hadoop-0.20.3-CDH3-SNAPSHOT/hadoop-0.20.3-CDH3-SNAPSHOT.tar.gz
  38. hadoop.security.version=0.20.3-CDH3-SNAPSHOT