mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix from absolute to relative path in resources
This commit is contained in:
parent
c195b5609b
commit
3a561d2471
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ import java.util.Properties;
|
|||
public class PythonInterpreterPandasSql extends Interpreter {
|
||||
private static final Logger LOG = LoggerFactory.getLogger(PythonInterpreterPandasSql.class);
|
||||
|
||||
private String SQL_BOOTSTRAP_FILE_PY = "/python/bootstrap_sql.py";
|
||||
private String SQL_BOOTSTRAP_FILE_PY = "python/bootstrap_sql.py";
|
||||
|
||||
public PythonInterpreterPandasSql(Properties property) {
|
||||
super(property);
|
||||
|
|
|
|||
Loading…
Reference in a new issue