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 flume-hive-sink-1.11.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.apache.flume.sink.hive
├─ org.apache.flume.sink.hive.Config.class - [JAR]
├─ org.apache.flume.sink.hive.HiveDelimitedTextSerializer.class - [JAR]
├─ org.apache.flume.sink.hive.HiveEventSerializer.class - [JAR]
├─ org.apache.flume.sink.hive.HiveJsonSerializer.class - [JAR]
├─ org.apache.flume.sink.hive.HiveSink.class - [JAR]
├─ org.apache.flume.sink.hive.HiveWriter.class - [JAR]