Versions Compared

Key

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

...

  • PDI version 4.0 or higher
  • Java 3D - this is included on Mac OS X, but is a separate download for other operating systems. This must be installed before using the 3D visualization perspective for PDI. Java 3D can be obtained from: https://java3d.dev.java.net/binary-builds.html

Installation

  1. Make a "vis3D" subdirectory in the plugins/spoon directory of your PDI installation
  2. Make a "lib" subdirectory in "vis3D"
  3. Unpack the kettleScatterPlot.zip archive somewhere on your hard drive
  4. Copy vis3D.jar from "Vis3DDeploy" to plugins/spoon/vis3D in your PDI installation directory
  5. Copy the remaining jar files (dm-commons.jar, scatterPlot3D.jar and weka.jar) to plugins/spoon/vis3D/lib in your PDI installation directory
  6. Start Spoon

Usage

The 3D visualization will be activated when selecting the "Visualize 3D" menu entry from the contextual menu that appears when right clicking on a Table input or Table output step in a transformation.

...