L.1 Configuring through the UI
Follow the subsequent steps to configure the zeppelin.interpreter.output.limit through the UI:
Using the Wizard Screen:
- Click the User Icon right top corner.
- Go to Data Studio Options.
- Click Interpreters. The Interpreters page is displayed.
- select the python interpreter for which you want to configure the zeppelin.interpreter.output.limit.
- Select python from the LHS options.
- Click on the Wizard
Icon.
- From the RHS side click on oracle.datastudio.python.DsPythonInterpreter under Interpreter Client Configurations. The Interpreter Client Configuration popup is displayed.
- Under Properties, click on +Properties. The Properties popup is displayed.
- Fill the options as shown in the
following spring-postSacalert.properties file figure . Set the default value to
870400 (for 1000 records approx.).
Note:
- Configuration using the Wizard screen is preferable to other ways of configuration.
- If the data is more than 1000 records, update the zeppelin.python.maxResult in properties to the desired value and zeppelin.interpreter.output.limit as 870.4 x maxResult.
- If you cannot see the Create and Cancel buttons, click on the header label of the Properties window.
- The default value for zeppelin.interpreter.output.limit i is 102400 (in bytes)
- Increasing the default value from 102400 bytes to an immense value will slow down the rendering of outputs of python paragraphs.
Figure L-1 spring-postSacalert.properties file
- Click Create. The Interpreter Client Configuration popup is displayed and zeppelin.interpreter.output.limit is displayed under Properties.
- Click Confirm. The Interpreter Client Configuration window is displayed.
- Click Update.
- Restart the Compliance Studio application to reflect the changes.
Configuration through JSON Screen:
- Click the User Icon right top corner.
- Go to Data Studio Options.
- Click Interpreters. The Interpreters page is displayed.
- select the python interpreter for which you want to configure the zeppelin.interpreter.output.limit.
- Select python from the LHS options.
- Click on the
Icon. The JSON configuration screen is displayed.
- Scroll down and locate interpreterClientConfigs with className oracle.datastudio.python.DsPythonInterpreter. you can find the properties section with zeppelin configurations.
- Add the
zeppelin.interpreter.output.limit. See the following figure .
Figure L-2 JSON Screen
- The update button will be enabled in the bottom right corner after the JSON modification. Click Update.
- Restart the Compliance Studio application to reflect the changes.