...
- If caching is enabled:
- If the global datasource cache is enabled: files are stored in a user-specific sub-folder of the path indicated by the following parameter:
hdfs.pathsConfig.globalDatasourceCache
- If the global cache is disabled: files are stored in a sub-folder of the output area for each user, named:
/.datasourceCachedatasourceCaches
.
- If the global datasource cache is enabled: files are stored in a user-specific sub-folder of the path indicated by the following parameter:
- If caching is disabled: files are stored in a sub-folder within the jobs area for the job group. Ingested files are stored in as
.trifacta
files.
...
Parameter | Description | ||||
---|---|---|---|---|---|
datasourceCaching.useGlobalDatasourceCache | When set to
When set to
| ||||
hdfs.pathsConfig.globalDataSourceCache | Specifies the path of the global datasource cache, if it is enabled. Specify the path from the root folder of the backend datastore.
|
...