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 hudi-examples-0.13.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.hudi.examples.common
├─ org.apache.hudi.examples.common.ExampleDataSchemaProvider.class - [JAR]
├─ org.apache.hudi.examples.common.HoodieExampleDataGenerator.class - [JAR]
├─ org.apache.hudi.examples.common.HoodieExampleSparkUtils.class - [JAR]
├─ org.apache.hudi.examples.common.IdentityTransformer.class - [JAR]
├─ org.apache.hudi.examples.common.RandomJsonSource.class - [JAR]
org.apache.hudi.examples.java
├─ org.apache.hudi.examples.java.HoodieJavaWriteClientExample.class - [JAR]
org.apache.hudi.examples.spark
├─ org.apache.hudi.examples.spark.HoodieDataSourceExample.class - [JAR]
├─ org.apache.hudi.examples.spark.HoodieMorCompactionJob.class - [JAR]
├─ org.apache.hudi.examples.spark.HoodieSparkBootstrapExample.class - [JAR]
├─ org.apache.hudi.examples.spark.HoodieWriteClientExample.class - [JAR]