+drill-user
Monish,
Try the following and make sure to enable the plugin. Note that I just made
up the contents of config.
POST /storage/{name}.json
Example: POST /storage/cassandra.json
Request body:
{
"name" : "cssndr",
"config" : {
"type" : "cassandra",
*"enabled" : true,*
"connection" : "cassandra:///"
}
}
Response body:
{
"result" : "success"
}
Regards.
-Hanifi
On Tue, Feb 24, 2015 at 2:51 AM, monish kaul <[email protected]> wrote:
> Hi,
>
> I have installed a 4 node drill cluster which is up and running(on EC2).
> But, in order to add cassandra as a data source I need to access drill UI.
> As per what i checked I am unable to access drill UI from public ip but a
> curl on local machine works just fine - I believe this is due to binding
> issue with the inbuilt jetty server which drill is using.
> Any roundabout for the same ? Can I somehow add a data source using rest
> service ?
>
> Regards,
> Monish
>