You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zeppelin.apache.org by AhyoungRyu <gi...@git.apache.org> on 2016/07/18 02:26:56 UTC

[GitHub] zeppelin issue #1198: [ZEPPELIN-1202] Documentation typo under writing inter...

Github user AhyoungRyu commented on the issue:

    https://github.com/apache/zeppelin/pull/1198
  
    Good catch! I found one more typo in here.
    ```
    [
      {
        "group": "your-group",
        "name": "your-name",
        "className": "your.own.interpreter.class",
        "properties": {
          "propertiies1": {
            "envName": null,
            "propertyName": "property.1.name",
            "defaultValue": "propertyDefaultValue",
            "description": "Property description"
          },
          "properties2": {
            "envName": PROPERTIES_2,
            "propertyName": null,
            "defaultValue": "property2DefaultValue",
            "description": "Property 2 description"
          }, ...
        }
      },
      {
        ...
      } 
    ]
    ```
    
    If you don't mind, could you change `propertiies1` -> `properties1` as well? 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---