R.2 Configuring through the Filesystem
Follow the subsequent steps to configure the zeppelin.interpreter.output.limit
through the filesystem:
- Go to the python interpreter option as pointed out in section 27.1. You can see the python interpreter listed there if you have run the MMG services before. Delete it, if you run the MMG Application for the first time on a fresh schema, then you don’t need to do this step.
- After deleting the python interpreter or if the start has not been done, go to
the filesystem inside mmg-home/mmg-studio/server/builtin/interpreters, and open
python.json
in a text editor. - Scroll down under interpreterClientConfigs with className ,racle.datastudio.python.DsPythonInterpreter, you will find the following properties section with Zeppelin configurations. After the last entry in properties, add the zeppelin.interpreter.output.limit using the JSON screen. See the JSON screen figure.
- Save the python.json with the desired default value.
- Restart the Compliance Studio application to reflect the changes.
Figure R-3 Output in table view
You can see the ZEPPELIN_INTERPRETER_OUTPUT_LIMIT value as a warning if the table content is more than the set default value for zeppelin.interpreter.output.limit, and accordingly, you can modify the default value for the same.