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 latest version of the DAS as described in Downloading the Product.
  2. Extract the archive file to a dedicated directory for the DAS, which will hereafter be referred to as <DAS_HOME>.

Installing and setting up snappy-java

  1. Download the snappy-java_1.1.1.7.jar from here.
  2. Copy the jar to <DAS_HOME>/repository/components/lib.
  3. 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).

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.

...