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_2.13-1.4.0-spark-3.3.2.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.ExasolQueryEnricher.class - [JAR]
├─ com.exasol.spark.ExasolRelation.class - [JAR]
com.exasol.spark.util
├─ 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.Filters.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]