mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Apply new mechanism to AngularInterpreter
This commit is contained in:
parent
de2d6e4956
commit
e6a263dc24
2 changed files with 10 additions and 3 deletions
|
|
@ -34,9 +34,6 @@ import org.apache.zeppelin.scheduler.SchedulerFactory;
|
|||
*
|
||||
*/
|
||||
public class AngularInterpreter extends Interpreter {
|
||||
static {
|
||||
Interpreter.register("angular", AngularInterpreter.class.getName());
|
||||
}
|
||||
|
||||
public AngularInterpreter(Properties property) {
|
||||
super(property);
|
||||
|
|
|
|||
10
angular/src/main/resources/interpreter-setting.json
Normal file
10
angular/src/main/resources/interpreter-setting.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
[
|
||||
{
|
||||
"group": "angular",
|
||||
"name": "angular",
|
||||
"className": "org.apache.zeppelin.angular.AngularInterpreter",
|
||||
"properties": {
|
||||
|
||||
}
|
||||
}
|
||||
]
|
||||
Loading…
Reference in a new issue