Github user kkhatua commented on a diff in the pull request:

    https://github.com/apache/drill/pull/827#discussion_r115547683
  
    --- Diff: 
exec/java-exec/src/main/java/org/apache/drill/exec/ExecConstants.java ---
    @@ -105,8 +105,10 @@
       String HTTP_TRUSTSTORE_PATH = "javax.net.ssl.trustStore";
       String HTTP_TRUSTSTORE_PASSWORD = "javax.net.ssl.trustStorePassword";
       String SYS_STORE_PROVIDER_CLASS = "drill.exec.sys.store.provider.class";
    +  String SYS_STORE_PROVIDER_ZK_BLOBROOT = 
"drill.exec.sys.store.provider.zk.blobroot";
       String SYS_STORE_PROVIDER_LOCAL_PATH = 
"drill.exec.sys.store.provider.local.path";
    -  String SYS_STORE_PROVIDER_LOCAL_ENABLE_WRITE = 
"drill.exec.sys.store.provider.local.write";
    +  String SYS_STORE_PROVIDER_EPHEMERAL_WRITE = 
"drill.exec.sys.store.provider.ephemeral.write";
    +  String SYS_STORE_PROVIDER_EPHEMERAL_CAPACITY = 
"drill.exec.sys.store.provider.ephemeral.capacity";
    --- End diff --
    
    The Ephemeral store can also be used for non-profile related usage. Trying 
to keep it generic


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to