Uploaded image for project: 'Zeppelin'
  1. Zeppelin
  2. ZEPPELIN-3240

Zeppelin server fail to start if interpreter has mixed properties

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 0.8.0
    • None
    • None

    Description

      I found that Zeppelin server is failing to start when there is a mix of both kind of properties in interpreter;

      "properties": {
              "shell.command.timeout.millisecs": {
                "type": "string",
                "name": "shell.command.timeout.millisecs",
                "value": "60000"
              },
              "shell.working.directory.user.home": {
                "type": "checkbox",
                "name": "shell.working.directory.user.home",
                "value": false
              },
              "zeppelin.shell.auth.type": "KERBEROS",
              "zeppelin.shell.keytab.location": "/etc/security/keytabs/zeppelin.server.kerberos.keytab",
              "zeppelin.shell.principal": "zeppelin@EXAMPLE.COM"
            }
      

      Mix as in these two kind of properties:

      • Where key is string and value is object
        "shell.command.timeout.millisecs": {
                  "type": "string",
                  "name": "shell.command.timeout.millisecs",
                  "value": "60000"
                }
        
      • Where key and value both are string
        "zeppelin.shell.auth.type": "KERBEROS"
        

      Attachments

        1. interpreter.json
          2 kB
          Prabhjyot Singh

        Issue Links

          Activity

            People

              prabhjyotsingh Prabhjyot Singh
              prabhjyotsingh Prabhjyot Singh
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: