Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有没有办法可以从 java 客户端启动 Apache zeppelin 服务器?
我检查了https://github.com/apache/incubator-zeppelin/blob/master/zeppelin-server/src/main/java/org/apache/zeppelin/server/ZeppelinServer.java文件。
我猜服务器是在这个文件的主要方法中启动的。如果是这样,我如何从我的 java 客户端启动服务器?