public class TestTransformationCatalog extends Object
pegasus.catalog.transformation File|Database pegasus.catalog.transformation.file path to the File Based Transformation Catalog if File is being used.To use the Database Transformation catalog the database connection parameters can be specified by specifying the following properties
pegasus.catalog.transformation.db.url pegasus.catalog.transformation.db.user pegasus.catalog.transformation.db.passwordThe sql schema’s for this catalog can be found at $PEGASUS_HOME/sql directory. The Pegasus Properties can be picked from property files at various locations. The priorities are explained below.
- The default path for the properties file is $PEGASUS_HOME/etc/properties. - A properties file if found at ${user.home}/.pegasusrc has higher property. - Finally a user can specify the path to the properties file by specifying the JVM property pegasus.user.properties . This has the higher priority.
Constructor and Description |
---|
TestTransformationCatalog() |
public static void main(String[] args)
Copyright © 2011 The University of Southern California. All Rights Reserved.