GitHub user rongfengliang opened a pull request:

    https://github.com/apache/drill/pull/1193

    can drill support minio s3 storage

    can drill support minio s3 storage  i can't find any config property for s3 
endpoint  in documents 

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/drill master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/1193.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1193
    
----
commit dd4a46a6c57425284a2b8c68676357f947e01988
Author: Parth Chandra <parthc@...>
Date:   2018-03-14T15:15:15Z

    Update version to 1.14.0-SNAPSHOT

commit 4e3e0ffd0e9fa72f5a8865188c4cfb79b7f2cb95
Author: Vladimir Tkach <vovatkach75@...>
Date:   2018-03-14T11:21:43Z

    DRILL-6241: Saffron properties config has the excessive permissions
    
    changed saffron.properties permission to 640
    
    closes #1167

commit edc982a90f3551d1e30ec210f18d87ec4c084b70
Author: Vladimir Tkach <vovatkach75@...>
Date:   2018-03-17T15:27:10Z

    DRILL-6250: Sqlline start command with password appears in the sqlline.log
    
    closes #1174

commit cdc21ce72416f6b426ce7cab7614766af37dca2f
Author: Timothy Farkas <timothyfarkas@...>
Date:   2018-03-19T20:16:37Z

    DRILL-6275: Fixed direct memory reporting in sys.memory.
    
    closes #1176

commit ddb73a506c6cbb6492d6ff91ca174dbff1b8a045
Author: Arina Ielchiieva <arina.yelchiyeva@...>
Date:   2018-03-04T20:12:06Z

    DRILL-6199: Add support for filter push down and partition pruning with 
several nested star sub-queries
    
    closes #1152

commit b4c599e33606f3e2fef132dbd38ee69b516e681e
Author: Vitalii Diravka <vitalii.diravka@...>
Date:   2018-03-09T16:02:42Z

    DRILL-6145: Implement Hive MapR-DB JSON handler
    
    closes #1158

commit 844d5323072b826da41ae1c85f5aa6fbf1200d62
Author: dvjyothsna <jyothsna.dvj@...>
Date:   2018-03-12T22:38:13Z

    DRILL-6005: Fixed TestGracefulShutdown tests to skip check for loopback 
address usage in distributed mode
    
    closes #1162

commit 590a72bc667f6bc373130bcae58c22c11f13edaf
Author: Vlad Rozov <vrozov@...>
Date:   2018-03-13T17:56:52Z

    DRILL-6053: Avoid excessive locking in LocalPersistentStore
    
    closes #1163

commit 9327ca65ac100ec6959d2180ba79fbb10ab7d6c6
Author: Vlad Rozov <vrozov@...>
Date:   2018-03-13T19:24:48Z

    DRILL-6237: Upgrade checkstyle version to 5.9 or above
    
    closes #1163

commit 4aadfa8de5d3d46fca1babfa33ef620653c891f2
Author: Timothy Farkas <timothyfarkas@...>
Date:   2018-03-14T00:39:50Z

    DRILL-6239: Add build and license badges to README.md
    
    closes #1165

commit 35956648493bee79ef7a8fac8c60a0e857fdf70c
Author: dvjyothsna <root@...>
Date:   2018-03-14T23:36:42Z

    DRILL-6243: Added alert box to confirm shutdown of drillbit after clicking 
shutdown button
    
    closes #1169

commit d55b62f9ea76372c823c15780b2a69f81f0b945c
Author: Padma Penumarthy <ppenumar97@...>
Date:   2018-03-16T04:50:54Z

    DRILL-6231: Fix memory allocation for repeated list vector
    
    closes #1171

commit 8663e8a56caae10623c7135292d00df49fddf419
Author: Arina Ielchiieva <arina.yelchiyeva@...>
Date:   2018-03-20T18:26:42Z

    DRILL-6248: Added limit push down support for system tables
    
    1. PojoRecordReader started returning data in batches instead of returing 
all in one batch. Default batch size is 4000.
    2. SystemTableScan supports limit push down while extrating data in record 
reader based on given max records to read.
    3. Profiles and profiles_json tables apply limit push down while extracting 
data from store accessing profiles by range.
    
    closes #1183

commit 3167771fa666af5dae3b839000fabddfb814f8e3
Author: Kunal Khatua <kkhatua@...>
Date:   2018-03-23T05:03:27Z

    DRILL-6224: Publish metrics gauge values correctly
    
    The `metrics.ftl` page had gauges incorrectly set to near zero values. The 
commit for metrics.ftl fixes that, and also provides an estimate of the current 
direct memory actively in use (based on the `drill.allocator.root.used` value 
reported by the Drillbit)
    
    closes #1160

commit 051a96dae42c70e633ba3f6af9817836544e075b
Author: Sorabh Hamirwasia <shamirwasia@...>
Date:   2018-03-16T23:57:12Z

    DRILL-6262: IndexOutOfBoundException in RecordBatchSize for empty 
variableWidthVector
    
    closes #1175

commit a8c46445a6febd21d19ca1338003d65df072dc18
Author: Vlad Rozov <vrozov@...>
Date:   2018-03-21T02:24:11Z

    DRILL-6280: Cleanup execution of BuildTimeScan during maven build
    
    closes #1177

commit 36aa757911b3953b1edc864e585015e06b1d5dfd
Author: Sorabh Hamirwasia <shamirwasia@...>
Date:   2018-03-21T22:53:25Z

    DRILL-6283: WebServer stores SPNEGO client principal without taking any 
conversion rule
    
    closes #1180

commit f1cfaaf3aa08b25910918255fbf8daf67278d5c9
Author: Vlad Rozov <vrozov@...>
Date:   2018-03-22T22:47:31Z

    DRILL-6288: Upgrade org.javassist:javassist and org.reflections:reflections
    
    closes #1185

commit 435fa8044889f3879967a6412015cf92f3e46a31
Author: Arina Ielchiieva <arina.yelchiyeva@...>
Date:   2018-03-23T11:33:40Z

    DRILL-6290: Refactor TestInfoSchemaFilterPushDown tests to use PlanTestBase 
utility methods
    
    closes #1186

----


---

Reply via email to