[GitHub] leventov commented on a change in pull request #5913: Move Caching Cluster Client to java streams and allow parallel intermediate merges

2018-08-05 Thread GitBox
leventov commented on a change in pull request #5913: Move Caching Cluster Client to java streams and allow parallel intermediate merges URL: https://github.com/apache/incubator-druid/pull/5913#discussion_r207754740 ## File path:

[GitHub] leventov commented on a change in pull request #5913: Move Caching Cluster Client to java streams and allow parallel intermediate merges

2018-08-05 Thread GitBox
leventov commented on a change in pull request #5913: Move Caching Cluster Client to java streams and allow parallel intermediate merges URL: https://github.com/apache/incubator-druid/pull/5913#discussion_r207755440 ## File path:

[GitHub] leventov commented on a change in pull request #5913: Move Caching Cluster Client to java streams and allow parallel intermediate merges

2018-08-05 Thread GitBox
leventov commented on a change in pull request #5913: Move Caching Cluster Client to java streams and allow parallel intermediate merges URL: https://github.com/apache/incubator-druid/pull/5913#discussion_r207755064 ## File path:

[GitHub] leventov commented on a change in pull request #5913: Move Caching Cluster Client to java streams and allow parallel intermediate merges

2018-08-05 Thread GitBox
leventov commented on a change in pull request #5913: Move Caching Cluster Client to java streams and allow parallel intermediate merges URL: https://github.com/apache/incubator-druid/pull/5913#discussion_r207755399 ## File path:

[GitHub] leventov opened a new pull request #6112: Prohibit LinkedList

2018-08-05 Thread GitBox
leventov opened a new pull request #6112: Prohibit LinkedList URL: https://github.com/apache/incubator-druid/pull/6112 All use cases for LinkedList are covered by ArrayList and ArrayDeque, which are better options. This is

[GitHub] clintropolis commented on a change in pull request #6107: Order rows during incremental index persist when rollup is disabled.

2018-08-05 Thread GitBox
clintropolis commented on a change in pull request #6107: Order rows during incremental index persist when rollup is disabled. URL: https://github.com/apache/incubator-druid/pull/6107#discussion_r207749482 ## File path:

[GitHub] pdeva commented on issue #6111: pulldeps tools pulls hadoop client for no reason

2018-08-05 Thread GitBox
pdeva commented on issue #6111: pulldeps tools pulls hadoop client for no reason URL: https://github.com/apache/incubator-druid/issues/6111#issuecomment-410550447 but why download hadoop client i the first place. i never asked for it. the bug is regarding default behavior. the flag

[GitHub] gianm commented on issue #6110: middle manager caching docs

2018-08-05 Thread GitBox
gianm commented on issue #6110: middle manager caching docs URL: https://github.com/apache/incubator-druid/pull/6110#issuecomment-410550351 They use `druid.realtime.cache.*`, could you please update the doc to reflect that?

[GitHub] gianm commented on issue #6111: pulldeps tools pulls hadoop client for no reason

2018-08-05 Thread GitBox
gianm commented on issue #6111: pulldeps tools pulls hadoop client for no reason URL: https://github.com/apache/incubator-druid/issues/6111#issuecomment-410550299 I think you need to add `--no-default-hadoop` to skip downloading Hadoop. I believe the help and/or docs for this command

[GitHub] gianm edited a comment on issue #6108: more examples needed for druid sql

2018-08-05 Thread GitBox
gianm edited a comment on issue #6108: more examples needed for druid sql URL: https://github.com/apache/incubator-druid/issues/6108#issuecomment-410550232 > I have one example query for "wikipedia top pages" in the new tutorials (the idea was more to show the tools/workflow vs being a

[GitHub] gianm commented on issue #6108: more examples needed for druid sql

2018-08-05 Thread GitBox
gianm commented on issue #6108: more examples needed for druid sql URL: https://github.com/apache/incubator-druid/issues/6108#issuecomment-410550232 > I have one example query for "wikipedia top pages" in the new tutorials (the idea was more to show the tools/workflow vs being a tutorial

[GitHub] gianm commented on issue #6108: more examples needed for druid sql

2018-08-05 Thread GitBox
gianm commented on issue #6108: more examples needed for druid sql URL: https://github.com/apache/incubator-druid/issues/6108#issuecomment-410550178 (3) sounds like it's really the same question as (2), and TIME_FLOOR is the answer. (4) adheres to standard SQL: result rows are only

[GitHub] pdeva commented on issue #6108: more examples needed for druid sql

2018-08-05 Thread GitBox
pdeva commented on issue #6108: more examples needed for druid sql URL: https://github.com/apache/incubator-druid/issues/6108#issuecomment-410549461 @gianm clarifying: 3. show atleast one query that selects data that is not a singular value but output as a time series. in all existing

[GitHub] jon-wei commented on issue #6108: more examples needed for druid sql

2018-08-05 Thread GitBox
jon-wei commented on issue #6108: more examples needed for druid sql URL: https://github.com/apache/incubator-druid/issues/6108#issuecomment-410548590 > maybe he can chime in with whether he had planned on adding SQL examples. I have one example query for "wikipedia top pages" in

[GitHub] pdeva opened a new issue #6111: pulldeps tools pulls hadoop client for no reason

2018-08-05 Thread GitBox
pdeva opened a new issue #6111: pulldeps tools pulls hadoop client for no reason URL: https://github.com/apache/incubator-druid/issues/6111 to repro try this command: ``` java -cp "lib/*" -Ddruid.extensions.directory="extensions" io.druid.cli.Main tools pull-deps -c

[GitHub] pdeva opened a new pull request #6110: middle manager caching docs

2018-08-05 Thread GitBox
pdeva opened a new pull request #6110: middle manager caching docs URL: https://github.com/apache/incubator-druid/pull/6110 i am unclear if the property names are `druid.middlemanager.cache.xxx` or `druid.indexer.cache.xxx`...

[GitHub] gianm edited a comment on issue #6108: more examples needed for druid sql

2018-08-05 Thread GitBox
gianm edited a comment on issue #6108: more examples needed for druid sql URL: https://github.com/apache/incubator-druid/issues/6108#issuecomment-410543659 Hi @pdeva, the answers to your questions are, 1. A time filter looks like `__time >= TIMESTAMP '2000-01-01 00:00:00' AND

[GitHub] gianm commented on issue #6108: more examples needed for druid sql

2018-08-05 Thread GitBox
gianm commented on issue #6108: more examples needed for druid sql URL: https://github.com/apache/incubator-druid/issues/6108#issuecomment-410543659 Hi @pdeva, the answers to your questions are, 1. A time filter looks like `__time >= TIMESTAMP '2000-01-01 00:00:00' AND __time <

[GitHub] gianm commented on a change in pull request #6109: update redis-cache documentation

2018-08-05 Thread GitBox
gianm commented on a change in pull request #6109: update redis-cache documentation URL: https://github.com/apache/incubator-druid/pull/6109#discussion_r207746697 ## File path: docs/content/development/extensions-contrib/redis-cache.md ## @@ -8,9 +8,14 @@ Druid Redis

[GitHub] pdeva opened a new pull request #6109: update redis-cache documentation

2018-08-05 Thread GitBox
pdeva opened a new pull request #6109: update redis-cache documentation URL: https://github.com/apache/incubator-druid/pull/6109 added clarifying info on setup and enablement This is an automated message from the Apache Git

[GitHub] gianm commented on issue #6102: "Cannot have same delimiter and list delimiter of \u0001"

2018-08-05 Thread GitBox
gianm commented on issue #6102: "Cannot have same delimiter and list delimiter of \u0001" URL: https://github.com/apache/incubator-druid/issues/6102#issuecomment-410539099 Btw, I closed this since I think I answered your question, but feel free to post again if you are wondering

[GitHub] gianm commented on issue #6102: "Cannot have same delimiter and list delimiter of \u0001"

2018-08-05 Thread GitBox
gianm commented on issue #6102: "Cannot have same delimiter and list delimiter of \u0001" URL: https://github.com/apache/incubator-druid/issues/6102#issuecomment-410539081 Hi @aoeiuvb, This behavior is intentional and is due to the fact that we have two kinds of delimiters: the

[GitHub] gianm closed issue #6102: "Cannot have same delimiter and list delimiter of \u0001"

2018-08-05 Thread GitBox
gianm closed issue #6102: "Cannot have same delimiter and list delimiter of \u0001" URL: https://github.com/apache/incubator-druid/issues/6102 This is an automated message from the Apache Git Service. To respond to the

[GitHub] gianm commented on issue #6104: Webhdfs support for orc-extension

2018-08-05 Thread GitBox
gianm commented on issue #6104: Webhdfs support for orc-extension URL: https://github.com/apache/incubator-druid/issues/6104#issuecomment-410538984 Hi @a2l007, I've used this extension with regular HDFS, but not with WebHDFS. It looks like this method is called during `getSplits` which is

[GitHub] gianm commented on issue #6105: Allow sorting segments on some dims before time

2018-08-05 Thread GitBox
gianm commented on issue #6105: Allow sorting segments on some dims before time URL: https://github.com/apache/incubator-druid/issues/6105#issuecomment-410538507 I changed the title a bit, since we do allow specifying the sort order for every column except __time (it's the order from

[GitHub] gianm commented on a change in pull request #6095: Add support 'keepSegmentGranularity' for compactionTask

2018-08-05 Thread GitBox
gianm commented on a change in pull request #6095: Add support 'keepSegmentGranularity' for compactionTask URL: https://github.com/apache/incubator-druid/pull/6095#discussion_r207743527 ## File path: indexing-service/src/main/java/io/druid/indexing/common/task/CompactionTask.java

[GitHub] gianm commented on a change in pull request #6095: Add support 'keepSegmentGranularity' for compactionTask

2018-08-05 Thread GitBox
gianm commented on a change in pull request #6095: Add support 'keepSegmentGranularity' for compactionTask URL: https://github.com/apache/incubator-druid/pull/6095#discussion_r207743646 ## File path:

[GitHub] gianm commented on a change in pull request #6095: Add support 'keepSegmentGranularity' for compactionTask

2018-08-05 Thread GitBox
gianm commented on a change in pull request #6095: Add support 'keepSegmentGranularity' for compactionTask URL: https://github.com/apache/incubator-druid/pull/6095#discussion_r207743558 ## File path: indexing-service/src/main/java/io/druid/indexing/common/task/CompactionTask.java

[GitHub] gianm commented on a change in pull request #6107: Order rows during incremental index persist when rollup is disabled.

2018-08-05 Thread GitBox
gianm commented on a change in pull request #6107: Order rows during incremental index persist when rollup is disabled. URL: https://github.com/apache/incubator-druid/pull/6107#discussion_r207743167 ## File path:

[GitHub] gianm commented on a change in pull request #6107: Order rows during incremental index persist when rollup is disabled.

2018-08-05 Thread GitBox
gianm commented on a change in pull request #6107: Order rows during incremental index persist when rollup is disabled. URL: https://github.com/apache/incubator-druid/pull/6107#discussion_r207743101 ## File path:

[GitHub] asdf2014 commented on issue #6090: Fix missing exception handling as part of `io.druid.java.util.http.client.netty.HttpClientPipelineFactory`

2018-08-05 Thread GitBox
asdf2014 commented on issue #6090: Fix missing exception handling as part of `io.druid.java.util.http.client.netty.HttpClientPipelineFactory` URL: https://github.com/apache/incubator-druid/pull/6090#issuecomment-410530313 Hi, @jihoonson . Thanks for your comments. > Also, please

[GitHub] asdf2014 commented on a change in pull request #6090: Fix missing exception handling as part of `io.druid.java.util.http.client.netty.HttpClientPipelineFactory`

2018-08-05 Thread GitBox
asdf2014 commented on a change in pull request #6090: Fix missing exception handling as part of `io.druid.java.util.http.client.netty.HttpClientPipelineFactory` URL: https://github.com/apache/incubator-druid/pull/6090#discussion_r207740657 ## File path:

[GitHub] josephglanville commented on issue #5492: Native parallel batch indexing without shuffle

2018-08-05 Thread GitBox
josephglanville commented on issue #5492: Native parallel batch indexing without shuffle URL: https://github.com/apache/incubator-druid/pull/5492#issuecomment-410498288 @jihoonson if I understand the semantics correctly if you want to create segments with perfect rollup you can return