Drillers, Please take a look at the change set <https://github.com/adityakishore/incubator-drill/commit/699851b8d791f61c687fa3aac94340c78beb92da> which introduces the capability of each module specifying its own bootstrap plugin configuration by including its own copy of " bootstrap-storage-plugins.json" in the jar.
As a result: 1. I have moved the predefined storage plugin instances "hbase" and "hive" in their own module from "java-exec". 2. The unit test copies of this file now add "*_test" version of few storage plugins, viz "dfs_test" and "hive_test". I have updated current unit tests with the new schema name. Make sure to use these new test plugin instances. Regards, aditya...
