Versions Compared

Key

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

Follow the instructions below to install DAS on Windows.

...

  1. Download the snappy-java_1.1.1.7.jar from here.
  2. Copy the jar to <DAS_HOME>/repository/components/lib.Specify the path to the snappy-java_1.1.1.7.jar in the <DAS_HOME>/repository/conf/analytics/spark/external-spark-classpath.conf file (e.g., repository/components/lib/org.xerial.snappy.snappy-java_1.1.1.7.jar)
  3. If the DAS server is currently running, restart it to apply the changes.

Setting up JAVA_HOME

You must set your JAVA_HOME environment variable to point to the directory where the Java Development Kit (JDK) is installed on the computer. Typically, the JDK is installed in a directory under C:/Program Files/Java, such as C:/Program Files/Java/jdk1.6.0_27. If you have multiple versions installed, choose the latest one, which you can find by sorting by date.

...