Configure VFS Service
The VFS Service serves the front-end interface and brokers connections with the backend datastores. The VFS service is required when the Trifacta Photon client or the Trifacta Photon running environment is enabled.
For more information, see Configure Photon Running Environment.
For more information, seeConfigure Photon Client.
Configure
You can apply this change through the Admin Settings Page (recommended) or
trifacta-conf.json
. For more information, see Platform Configuration Methods.Locate the following configuration:
"vfs-service.enabled":true, "vfs-service.host":"localhost", "vfs-service.port":41913, "vfs-service.bindHost":"0.0.0.0", "vfs-service.autoRestart":true, "vfs-service.timeoutMilliseconds":7200000, "vfs-service.numProcesses":2,
Verify that the
enabled
parameter is set totrue
.Additional configuration settings are described below.
Save your changes and restart the platform.
Parameter | Description |
---|---|
enabled | Set this value to |
host | Host of the VFS Service. Leave this value as |
port | Port number that VFS service uses to communicate. Default value is This port must be opened on the Trifacta node. See System Ports. |
bindHost | Do not modify this value. |
autoRestart | When set to This value should be set to |
timeoutMilliseconds | Timeout for requests to the VFS service. Default is |
numProcesses | Number of processes on the Trifacta node used by the VFS service. Default is |
Logging
You can configure how logging is managed for the VFS service. For more information on configuring logging for the VFS service, see Configure Logging for Services.