| [ |
| { |
| "group": "pig", |
| "name": "script", |
| "className": "org.apache.zeppelin.pig.PigInterpreter", |
| "properties": { |
| "zeppelin.pig.execType": { |
| "envName": null, |
| "propertyName": "zeppelin.pig.execType", |
| "defaultValue": "mapreduce", |
| "description": "local | mapreduce | tez_local | tez | spark_local | spark", |
| "type": "string" |
| }, |
| "zeppelin.pig.includeJobStats": { |
| "envName": null, |
| "propertyName": "zeppelin.pig.includeJobStats", |
| "defaultValue": false, |
| "description": "flag to include job stats in output", |
| "type": "checkbox" |
| }, |
| "SPARK_MASTER": { |
| "envName": "SPARK_MASTER", |
| "propertyName": "SPARK_MASTER", |
| "defaultValue": "local", |
| "description": "local | yarn-client", |
| "type": "string" |
| }, |
| "SPARK_JAR": { |
| "envName": "SPARK_JAR", |
| "propertyName": "SPARK_JAR", |
| "defaultValue": "", |
| "description": "spark assembly jar uploaded in hdfs", |
| "type": "textarea" |
| } |
| }, |
| "editor": { |
| "language": "pig", |
| "editOnDblClick": false |
| } |
| }, |
| { |
| "group": "pig", |
| "name": "query", |
| "className": "org.apache.zeppelin.pig.PigQueryInterpreter", |
| "properties": { |
| "zeppelin.pig.maxResult": { |
| "envName": null, |
| "propertyName": "zeppelin.pig.maxResult", |
| "defaultValue": "1000", |
| "description": "max row number for %pig.query", |
| "type": "number" |
| } |
| }, |
| "editor": { |
| "language": "pig", |
| "editOnDblClick": false |
| } |
| } |
| ] |