Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When profiling is selected for jobs executing on the 

D s server
, their jobs are executed on the Spark running environment as a separate job.

Disable Profiling Option

Profiling is invoked at job execution time by the user. See Run Job Page.

To disable user choice through the UI, set the following parameter:

Code Block
"profiler.userOption": false,

When the above setting is disabled: 

  • Any available checkbox no longer works. User cannot choose whether to profile or not.
  • Profiles are always executed.
Info

NOTE: This setting does not affect profiling through the APIs. Profiling can always be enabled or disabled for jobs that are executed via API.

To disable user choice through the UI, set the following parameter:

Code Block
"profiler.userOption": false,
Info

NOTE: Profiling can still be enabled for jobs that are executed via the CLI or API.