-
-
Save lamida/6118971 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export JAVA_HOME=/opt/jdk-current | |
export GOROOT=/opt/go | |
export PATH=$PATH:/opt/jdk-current/bin | |
export PATH=$PATH:/opt/apache-maven-current/bin | |
export PATH=$PATH:/opt/scala-current/bin | |
export PATH=$PATH:/opt/clojure-current | |
export PATH=$PATH:/opt/go/bin | |
export PATH=$PATH:/opt/sbt/bin | |
export PATH=$PATH:/opt/mongodb-current/bin | |
export PATH=$PATH:/opt/hadoop-current/bin | |
export PATH=$PATH:/opt/pig-current/bin | |
export PATH=$PATH:/opt/hive-current/bin | |
export PATH=$PATH:/opt/sqoop-current/bin | |
export PATH=$PATH:/opt/zookeeper-current/bin | |
export PATH=$PATH:/opt/apache-cassandra-current/bin | |
export PATH=$PATH:/opt/apache-activemq-current/bin | |
export PATH=$PATH:/opt/mahout-current/bin | |
export PATH=$PATH:/opt/neo4j-current/bin | |
export PATH=$PATH:/opt/node-current/bin | |
export PATH=$PATH:/opt/phantomjs-current/bin | |
export PATH=$PATH:/opt/hbase-current/bin | |
export PATH=$PATH:/opt/sage-current/bin | |
export _JAVA_OPTIONS="-Xms512M -Xmx1024M -Xss1M -XX:+CMSClassUnloadingEnabled" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment