Difference between revisions of "Installing and Configuring ETL Framework"

From Toolsverse Knowledge Base
Jump to: navigation, search
Line 58: Line 58:
 
== Redistribution ==
 
== Redistribution ==
  
Configure ETL framework just the way you like it and exclude all unneeded components. You can find redistribution list and Redistribution and dependencies [[Redistribution and Dependencies|here]].  
+
Configure ETL framework just the way you like it and exclude all unneeded components. You can find redistribution list and dependencies [[Redistribution and Dependencies|here]].  
  
 
Most jars under '''lib''' are required unless you don't need a particular functionality, for example reading and writing Excel files. All jars under '''lib''' folder are automatically added to the classpath on the start-up. Jars under '''plugin''' folder are optional and loaded based on rules and available licenses.
 
Most jars under '''lib''' are required unless you don't need a particular functionality, for example reading and writing Excel files. All jars under '''lib''' folder are automatically added to the classpath on the start-up. Jars under '''plugin''' folder are optional and loaded based on rules and available licenses.

Revision as of 15:22, 3 August 2014

Downloading

Look for clearly marked ETL Framework downloads. On Windows and OS X Data Explorer can be downloaded as an installer. Use archive downloads for other operating systems.

Installing

There are two ways to install ETL Framework: using installer or extracting files from the archive.

When using installer just execute it and follow instructions on the screen.

OS X installer is offered in a form of self-extracting DMG file. When prompted drag and drop ETL Framework folder to the Applications.

When installing from archive you will need to manually extract files using utility provided by operating system. All files are contained in the enclosing folder named etl-version.

Installing from archive will not add any entries to the Start menu, add desktop launchers or register the software in the registry.

Configuring

ETL Framework comes pre-configured to provide highest levels of performance and compatibility.

ETL framework requires a valid not expired license. Licenses are located under ETL_FRAMEWORK_HOME\license folder (*.lic files) or under ETL_FRAMEWORK_HOME\lib (*.jar files).

Note: ETL Framework comes with a 20-days evaluation license. It will expire after 20 days since the first use. You can a buy a commercial license which will never expire. License can be delivered as a lic or jar file. Using jars for licenses decreases dependency on external folders.

You can read more about licensing here.

Changing JVM Parameters

  1. Open ETL_FRAMEWORK_HOME\etlappstart.properties in your favorite text editor
  2. Change line containing app.vm.options
  3. Save

Changing Logging Parameters

  1. Open ETL_FRAMEWORK_HOME\config\log4j.properties in your favorite text editor
  2. Make a change
  3. Save

Adding JDBC drivers

Each copy of the ETL Framework comes with the following JDBC drivers:

  • DB2
  • Informix
  • Microsoft SQL Server
  • Sybase Advanced Server
  • MySQL
  • Oracle
  • PostgreSQL
  • Java DB (Derby)

They are located in the ETL_FRAMEWORK_HOME\jdbc folder. ETL Framework automatically recognizes (on start-up) and dynamically loads (when needed) jdbc drivers under this folder.

To install new jdbc driver just add a sub folder under ETL_FRAMEWORK_HOME\jdbc and put all required files there. Restart Data Explorer.

Alternatively, since JDBC drivers are just jar files you can simply put them in the ETL_FRAMEWORK_HOME\lib folder and they will be automatically loaded and added to the classpath.

Redistribution

Configure ETL framework just the way you like it and exclude all unneeded components. You can find redistribution list and dependencies here.

Most jars under lib are required unless you don't need a particular functionality, for example reading and writing Excel files. All jars under lib folder are automatically added to the classpath on the start-up. Jars under plugin folder are optional and loaded based on rules and available licenses.