F.2 Configuring through the Filesystem

To configure the zeppelin.interpreter.output.limit through the filesystem, follow these steps:

  1. Go to the python interpreter option as pointed out in the Configuring through the UI section. 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.
  2. 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.
  3. Scroll down under interpreterClientConfigs with className oracle.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.
  4. Save the python.json with the desired default value.
  5. Restart the Compliance Studio application to reflect the changes.

    Figure F-3 Output in Tabular 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.