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 hive-plugins-2.8.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
io.cdap.plugin.batch.sink
├─ io.cdap.plugin.batch.sink.HiveBatchSink.class - [JAR]
├─ io.cdap.plugin.batch.sink.HiveSinkConfig.class - [JAR]
├─ io.cdap.plugin.batch.sink.RecordToHCatRecordTransformer.class - [JAR]
io.cdap.plugin.batch
├─ io.cdap.plugin.batch.HiveConfig.class - [JAR]
io.cdap.plugin.batch.source
├─ io.cdap.plugin.batch.source.HCatRecordTransformer.class - [JAR]
├─ io.cdap.plugin.batch.source.HiveBatchSource.class - [JAR]
├─ io.cdap.plugin.batch.source.HiveSourceConfig.class - [JAR]
io.cdap.plugin.batch.commons
├─ io.cdap.plugin.batch.commons.HiveSchemaConverter.class - [JAR]
org.apache.hadoop.hive.ql.io.avro
├─ org.apache.hadoop.hive.ql.io.avro.AvroContainerInputFormat.class - [JAR]
├─ org.apache.hadoop.hive.ql.io.avro.AvroContainerOutputFormat.class - [JAR]
├─ org.apache.hadoop.hive.ql.io.avro.AvroGenericRecordReader.class - [JAR]
├─ org.apache.hadoop.hive.ql.io.avro.AvroGenericRecordWriter.class - [JAR]