Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
0.7.2
-
None
Description
Using a JDBC paragraph, I want to run it via the API.
I got the error:
java.lang.NullPointerException at org.apache.zeppelin.jdbc.JDBCInterpreter.executeSql(JDBCInterpreter.java:560)
Look like ``String user = interpreterContext.getAuthenticationInfo().getUser();`` is not found.
Maybe I miss how to declare user via API?