I was able to write a storage plugin by looking at the code for mongo, hive, and hbase in the contrib directory.
Start by implementing AbstractStoragePlugin and StoragePluginConfigBase. > On Jul 9, 2015, at 11:22 PM, HAFIZ MUJADID KHALID <bsef10m...@pucit.edu.pk> > wrote: > > Hi all! > > I am new to drill and I want to interact with drill programmatically using > java code. > > I want to know how to add a new storage plugin using java code. and is > there any java api documentation or examples to follow? > > > Thanks