InstallationΒΆ

  • Install Java 1.8
  • Get Spark 2.2.x: Download, unzip it and then set an environment variable: export SPARK_HOME=<SPARK_FOLDER>
  • Clone the TransmogrifAI repo: git clone https://github.com/salesforce/TransmogrifAI.git
  • Build the project: cd TransmogrifAI && ./gradlew compileTestScala installDist
  • Start hacking