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 polynote-spark_2.13-0.4.4.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
polynote.kernel.interpreter.python
├─ polynote.kernel.interpreter.python.PySparkInterpreter.class - [JAR]
org.apache.spark.sql.thief
├─ org.apache.spark.sql.thief.SessionStateThief.class - [JAR]
polynote.kernel.interpreter
├─ polynote.kernel.interpreter.SparkInterpreters.class - [JAR]
polynote.kernel.util
├─ polynote.kernel.util.HadoopFile.class - [JAR]
├─ polynote.kernel.util.HadoopFileProvider.class - [JAR]
├─ polynote.kernel.util.PlainServerCommand.class - [JAR]
polynote.kernel.interpreter.scal
├─ polynote.kernel.interpreter.scal.ScalaSparkInterpreter.class - [JAR]
polynote.kernel
├─ polynote.kernel.KernelListener.class - [JAR]
├─ polynote.kernel.LocalSparkKernel.class - [JAR]
├─ polynote.kernel.LocalSparkKernelFactory.class - [JAR]
polynote.kernel.interpreter.sql
├─ polynote.kernel.interpreter.sql.Parser.class - [JAR]
├─ polynote.kernel.interpreter.sql.SparkSqlInterpreter.class - [JAR]