hdfsproxy-env.sh.template
上传用户:quxuerui
上传日期:2018-01-08
资源大小:41811k
文件大小:2k
源码类别:

网格计算

开发平台:

Java

  1. # Set HdfsProxy-specific environment variables here.
  2. # The only required environment variable is JAVA_HOME.  All others are
  3. # optional.  When running a distributed configuration it is best to
  4. # set JAVA_HOME in this file, so that it is correctly defined on
  5. # remote nodes.
  6. # The java implementation to use.  Required.
  7. # export JAVA_HOME=/usr/lib/j2sdk1.5-sun
  8. # Extra Java CLASSPATH elements.  Optional.
  9. # export HDFSPROXY_CLASSPATH=
  10. # The maximum amount of heap to use, in MB. Default is 1000.
  11. # export HDFSPROXY_HEAPSIZE=2000
  12. # Extra Java runtime options.  Empty by default.
  13. # export HDFSPROXY_OPTS=
  14. # Extra ssh options.  Empty by default.
  15. # export HDFSPROXY_SSH_OPTS="-o ConnectTimeout=1 -o SendEnv=HDFSPROXY_CONF_DIR"
  16. # Where log files are stored.  $HDFSPROXY_HOME/logs by default.
  17. # export HDFSPROXY_LOG_DIR=${HDFSPROXY_HOME}/logs
  18. # File naming remote slave hosts.  $HDFSPROXY_HOME/conf/slaves by default.
  19. # export HDFSPROXY_SLAVES=${HDFSPROXY_HOME}/conf/slaves
  20. # host:path where hdfsproxy code should be rsync'd from.  Unset by default.
  21. # export HDFSPROXY_MASTER=master:/home/$USER/src/hdfsproxy
  22. # Seconds to sleep between slave commands.  Unset by default.  This
  23. # can be useful in large clusters, where, e.g., slave rsyncs can
  24. # otherwise arrive faster than the master can service them.
  25. # export HDFSPROXY_SLAVE_SLEEP=0.1
  26. # The directory where pid files are stored. /tmp by default.
  27. # export HDFSPROXY_PID_DIR=/var/hdfsproxy/pids
  28. # A string representing this instance of hdfsproxy. $USER by default.
  29. # export HDFSPROXY_IDENT_STRING=$USER
  30. # The scheduling priority for daemon processes.  See 'man nice'.
  31. # export HDFSPROXY_NICENESS=10