Apply new mechanism to AngularInterpreter

This commit is contained in:
Kai Jiang 2016-10-08 02:06:48 -07:00
parent de2d6e4956
commit e6a263dc24
2 changed files with 10 additions and 3 deletions

View file

@ -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);

View file

@ -0,0 +1,10 @@
[
{
"group": "angular",
"name": "angular",
"className": "org.apache.zeppelin.angular.AngularInterpreter",
"properties": {
}
}
]