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.1.2.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
co.cask.hydrator.plugin.batch.sink
├─ co.cask.hydrator.plugin.batch.sink.HiveBatchSink.class - [JAR]
├─ co.cask.hydrator.plugin.batch.sink.HiveSinkConfig.class - [JAR]
├─ co.cask.hydrator.plugin.batch.sink.RecordToHCatRecordTransformer.class - [JAR]
co.cask.hydrator.plugin.batch.source
├─ co.cask.hydrator.plugin.batch.source.HCatRecordTransformer.class - [JAR]
├─ co.cask.hydrator.plugin.batch.source.HiveBatchSource.class - [JAR]
├─ co.cask.hydrator.plugin.batch.source.HiveSourceConfig.class - [JAR]
co.cask.hydrator.plugin.batch.commons
├─ co.cask.hydrator.plugin.batch.commons.HiveSchemaConverter.class - [JAR]
co.cask.hydrator.plugin.batch
├─ co.cask.hydrator.plugin.batch.HiveConfig.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]