Common Content for Data Engineering
- Common Content for Data Engineering 10.2.2
- All Products
To enter multiple options, separate them with a space. To enter a value that contains a space or other non-alphanumeric character, enclose the value in quotation marks.... -o option_name=value option_name=value ...
Option | Argument
| Description |
---|---|---|
CACHE.EnableCache
| true | false
| Enables the Model Repository Service to store Model repository objects in cache memory. To apply changes, restart the Model Repository Service.
|
CACHE.CacheJVMOptions
| -Xmx[heap_size]
| JVM options for the Model Repository Service cache. To configure the amount of memory allocated to cache, configure the maximum heap size. This field must include the maximum heap size, specified by the -Xmx option. The default value and minimum value for the maximum heap size is -Xmx128m.
The options you configure apply when Model Repository Service cache is enabled. To apply changes, restart the Model Repository Service. The options you configure in this field do not apply to the JVM that runs the Model Repository Service.
|
PERSISTENCE_DB.Username
| db_user
| Required. Account for the repository database. Set up this account using the database client.
|
PERSISTENCE_DB.Password
| db_password
| Required. Repository database password for the database user.
|
PERSISTENCE_DB.DatabaseSchema
| db_schema
| Optional. The schema name for a particular database.
|
PERSISTENCE_DB.DatabaseTablespace
| db_tablespace
| Required for a DB2 database only. When you configure a tablespace name, the Model Repository Service creates all repository tables in the same tablespace. You cannot use spaces in the tablespace name.
For a multi-partition IBM DB2 database, the tablespace must span a single node and a single partition.
|
PERSISTENCE_DB.DatabaseType
| DatabaseType
| Required. Database types include:
|
PERSISTENCE_DB.JDBCConnectString
| JDBC Connect String
| The JDBC connection string used to connect to the Model repository database.
Use the following JDBC connect string syntax for each supported database:
|
PERSISTENCE_DB.SecureJDBCParameters
| Secure JDBC Parameters
| If the Model repository database is secured with the SSL protocol, you must enter the secure database parameters.
Enter the parameters as
name=value pairs separated by semicolon characters (;). For example:
param1=value1;param2=value2 |
PERSISTENCE_DB.Dialect
| Dialect
| The SQL dialect for a particular database. The dialect maps java objects to database objects.
For example:
|
PERSISTENCE_DB.Driver
| Driver
| The Data Direct driver used to connect to the database.
For example:
|
SEARCH.SearchAnalyzer
| Fully qualified Java class name
| Fully qualified Java class name of the search analyzer.
By default, the Model Repository Service uses the following search analyzer for English:
You can specify the following Java class name of the search analyzer for Chinese, Japanese and Korean languages:
Or, you can create and specify a custom search analyzer.
|
SEARCH.SearchAnalyzerFactory
| Fully qualified Java class name
| Fully qualified Java class name of the factory class if you used a factory class when you created a custom search analyzer.
If you use a custom search analyzer, enter the name of either the search analyzer class or the search analyzer factory class.
|
VCS.Host
| IP_address or host name
| Required to configure versioning properties for the Model repository on Perforce.
The URL, IP address, or host name of the machine where the Perforce version control system runs.
Do not use this option when you configure SVN or Git as the version control system.
|
VCS.URL
| URL of the Subversion repository
| Required to configure versioning properties for the Model repository on SVN and Git.
URL of the Subversion repository. For example:
Do not use this option when you configure Perforce as the version control system.
|
VCS.Port
| VCS_port
| Required to configure versioning properties for the Model repository.
Port number that the version control system host uses to listen for packets from the Model repository.
|
VCS.User
| VCS_user
| Required to configure versioning properties for the Model repository.
User account for the version control system user.
This account must have write permissions on the version control system. After you configure the connection with this single version control system user and password, all Model repository users connect to the version control system through this account.
For the Perforce version control system, the account type must be a Standard user.
|
VCS.Password
| VCS_password
| Required to configure versioning properties for the Model repository.
Password for the version control system user.
|
VCS.Type
| VCS_type
| Required to configure versioning properties for the Model repository.
The supported version control system that you want to connect to. You can choose Perforce, SVN, or Git.
|
VCS.MRSPath
| MRS_path
| Required to configure versioning properties for the Model repository with Perforce.
Path to the root directory of the version control system copy of Model repository objects.
When you run the command, the Model repository connects to the version control system and generates the specified directory if the directory does not exist yet.
For Perforce, use the syntax:
where directory is the Perforce directory root, and
path is the remainder of the path to the root directory of Model repository objects.
Example:
Do not use this option when you configure SVN or Git as the version control system. |