View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window zeppelin-submarine-0.10.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.zeppelin.submarine.job.thread
├─ org.apache.zeppelin.submarine.job.thread.JobRunThread.class - [JAR]
├─ org.apache.zeppelin.submarine.job.thread.TensorboardRunThread.class - [JAR]
org.apache.zeppelin.submarine
├─ org.apache.zeppelin.submarine.IPySubmarineInterpreter.class - [JAR]
├─ org.apache.zeppelin.submarine.PySubmarineInterpreter.class - [JAR]
├─ org.apache.zeppelin.submarine.SubmarineContext.class - [JAR]
├─ org.apache.zeppelin.submarine.SubmarineInterpreter.class - [JAR]
├─ org.apache.zeppelin.submarine.SubmarineShellInterpreter.class - [JAR]
org.apache.zeppelin.submarine.commons
├─ org.apache.zeppelin.submarine.commons.SubmarineCommand.class - [JAR]
├─ org.apache.zeppelin.submarine.commons.SubmarineConstants.class - [JAR]
├─ org.apache.zeppelin.submarine.commons.SubmarineUI.class - [JAR]
├─ org.apache.zeppelin.submarine.commons.SubmarineUtils.class - [JAR]
org.apache.zeppelin.submarine.hadoop
├─ org.apache.zeppelin.submarine.hadoop.FinalApplicationStatus.class - [JAR]
├─ org.apache.zeppelin.submarine.hadoop.HdfsClient.class - [JAR]
├─ org.apache.zeppelin.submarine.hadoop.YarnApplicationState.class - [JAR]
├─ org.apache.zeppelin.submarine.hadoop.YarnClient.class - [JAR]
org.apache.zeppelin.submarine.job
├─ org.apache.zeppelin.submarine.job.SubmarineJob.class - [JAR]
├─ org.apache.zeppelin.submarine.job.SubmarineJobStatus.class - [JAR]