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 spark-connector-jdbc_2.12-2.1.0-spark-3.4.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.exasol.spark
├─ com.exasol.spark.DefaultSource.class - [JAR]
├─ com.exasol.spark.ExasolRelation.class - [JAR]
com.exasol.spark.util
├─ com.exasol.spark.util.Constants.class - [JAR]
├─ com.exasol.spark.util.Converter.class - [JAR]
├─ com.exasol.spark.util.ExasolConfiguration.class - [JAR]
├─ com.exasol.spark.util.ExasolConnectionManager.class - [JAR]
├─ com.exasol.spark.util.ExasolOptionsProvider.class - [JAR]
├─ com.exasol.spark.util.Types.class - [JAR]
com.exasol.spark.rdd
├─ com.exasol.spark.rdd.ExasolRDD.class - [JAR]
├─ com.exasol.spark.rdd.ExasolRDDPartition.class - [JAR]
com.exasol.spark.writer
├─ com.exasol.spark.writer.ExasolWriter.class - [JAR]