L.2 Configuring through the Filesystem

Follow the subsequent steps to configure the zeppelin.interpreter.output.limit through the filesystem:

  1. Go to the python interpreter option as pointed out in section Configuring through the UI. 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

    ,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.

  4. Save the python.json with the desired default value.
  5. Restart the Compliance Studio application to reflect the changes.

    Figure L-3 Output in table view


    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.