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

    https://github.com/apache/drill/pull/827#discussion_r115530250
  
    --- 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";
    --- End diff --
    
    This will break backward compatibility.


---
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