[ 
https://issues.apache.org/jira/browse/DRILL-4208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15063271#comment-15063271
 ] 

Steven Phillips commented on DRILL-4208:
----------------------------------------

The properties in drill-override.conf are hierarchical. Since you are already 
inside drill.exec, you don't include it in the key. So it should be like this:

drill.exec: {
  cluster-id: "drillbits1",
  zk.connect: "localhost:2181",
  sys.store.provider.local.path = "/home/dev/abc"
}

> Storage plugin configuration persistence not working for Apache Drill
> ---------------------------------------------------------------------
>
>                 Key: DRILL-4208
>                 URL: https://issues.apache.org/jira/browse/DRILL-4208
>             Project: Apache Drill
>          Issue Type: Bug
>    Affects Versions: 1.3.0
>         Environment: Ubuntu 14.0.4 
>            Reporter: Devender Yadav 
>             Fix For: Future
>
>
> According to Drill's documentation :
> Drill uses /tmp/drill/sys.storage_plugins to store storage plugin 
> configurations. The temporary directory clears when you quit the Drill shell. 
> To save your storage plugin configurations from one session to the next, set 
> the following option in the drill-override.conf file if you are running Drill 
> in embedded mode.
> drill.exec.sys.store.provider.local.path = "/mypath"
> I checked /tmp/drill/sys.storage_plugins, there is some data in this file. 
> Then I modified drill-override.conf :
> drill.exec: {
>   cluster-id: "drillbits1",
>   zk.connect: "localhost:2181",
>   drill.exec.sys.store.provider.local.path = "/home/dev/abc"
> }
> I restarted drill & even restarted my machine. Nothing is created at this 
> location.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to