[GitHub] surekhasaharan edited a comment on issue #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
surekhasaharan edited a comment on issue #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#issuecomment-459146133 > Can you also please record the impact on heap size in the broker? We already have pretty massive broker heaps and

[GitHub] surekhasaharan commented on issue #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
surekhasaharan commented on issue #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#issuecomment-459219973 > @surekhasaharan thanks for checking the memory usage. Would you please add how many segments were in the cluster?

[GitHub] erankor closed issue #6963: Tuning Kafka Indexing Service for real time

2019-01-30 Thread GitBox
erankor closed issue #6963: Tuning Kafka Indexing Service for real time URL: https://github.com/apache/incubator-druid/issues/6963 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] erankor commented on issue #6963: Tuning Kafka Indexing Service for real time

2019-01-30 Thread GitBox
erankor commented on issue #6963: Tuning Kafka Indexing Service for real time URL: https://github.com/apache/incubator-druid/issues/6963#issuecomment-459219430 Thanks @gianm! This is an automated message from the Apache Git

[incubator-druid] branch master updated: Fix mixed up segment ids at SelectBinaryFnTest.java (#6946)

2019-01-30 Thread gian
This is an automated email from the ASF dual-hosted git repository. gian pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid.git The following commit(s) were added to refs/heads/master by this push: new 30ec608 Fix mixed up segment ids at

[GitHub] gianm merged pull request #6946: Fix for mixed up segment ids at SelectBinaryFnTest.java

2019-01-30 Thread GitBox
gianm merged pull request #6946: Fix for mixed up segment ids at SelectBinaryFnTest.java URL: https://github.com/apache/incubator-druid/pull/6946 This is an automated message from the Apache Git Service. To respond to the

[GitHub] surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252528044 ## File path: server/src/main/java/org/apache/druid/client/selector/ServerSelector.java

[GitHub] surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252527162 ## File path: server/src/main/java/org/apache/druid/client/MetadataSegmentView.java ##

[GitHub] surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252517224 ## File path: server/src/main/java/org/apache/druid/client/MetadataSegmentView.java ##

[GitHub] surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252526119 ## File path: server/src/main/java/org/apache/druid/client/MetadataSegmentView.java ##

[GitHub] gianm commented on issue #6939: Throw caught exception.

2019-01-30 Thread GitBox
gianm commented on issue #6939: Throw caught exception. URL: https://github.com/apache/incubator-druid/pull/6939#issuecomment-459206144 Is there a checkstyle rule we can add to catch this? This is an automated message from

[GitHub] gianm commented on issue #5651: Add "taskType" dimension to task metrics

2019-01-30 Thread GitBox
gianm commented on issue #5651: Add "taskType" dimension to task metrics URL: https://github.com/apache/incubator-druid/issues/5651#issuecomment-459205600 Definitely looks like it! This is an automated message from the

[GitHub] gianm closed issue #5651: Add "taskType" dimension to task metrics

2019-01-30 Thread GitBox
gianm closed issue #5651: Add "taskType" dimension to task metrics URL: https://github.com/apache/incubator-druid/issues/5651 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] gianm commented on issue #6963: Tuning Kafka Indexing Service for real time

2019-01-30 Thread GitBox
gianm commented on issue #6963: Tuning Kafka Indexing Service for real time URL: https://github.com/apache/incubator-druid/issues/6963#issuecomment-459205407 If most of your queries are just the last hour of data and you want to get those segments out to the historicals as fast as

[GitHub] gianm merged pull request #6916: Add master/data/query server concepts to docs/packaging

2019-01-30 Thread GitBox
gianm merged pull request #6916: Add master/data/query server concepts to docs/packaging URL: https://github.com/apache/incubator-druid/pull/6916 This is an automated message from the Apache Git Service. To respond to the

[GitHub] gianm commented on a change in pull request #6890: Some docs optimization

2019-01-30 Thread GitBox
gianm commented on a change in pull request #6890: Some docs optimization URL: https://github.com/apache/incubator-druid/pull/6890#discussion_r252523270 ## File path: docs/content/operations/api-reference.md ## @@ -526,8 +526,8 @@ druid.query.segmentMetadata.defaultHistory

[GitHub] gianm commented on a change in pull request #6890: Some docs optimization

2019-01-30 Thread GitBox
gianm commented on a change in pull request #6890: Some docs optimization URL: https://github.com/apache/incubator-druid/pull/6890#discussion_r252524648 ## File path: docs/content/querying/sql.md ## @@ -149,7 +149,7 @@ String functions accept strings, and return a type

[incubator-druid] branch master updated: Support protocol configuration for S3 (#6954)

2019-01-30 Thread gian
This is an automated email from the ASF dual-hosted git repository. gian pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid.git The following commit(s) were added to refs/heads/master by this push: new d4fbbb8 Support protocol configuration

[GitHub] gianm merged pull request #6954: Support protocol configuration for S3

2019-01-30 Thread GitBox
gianm merged pull request #6954: Support protocol configuration for S3 URL: https://github.com/apache/incubator-druid/pull/6954 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] jon-wei opened a new issue #6967: NoClassDefFoundError when using druid-hdfs-storage

2019-01-30 Thread GitBox
jon-wei opened a new issue #6967: NoClassDefFoundError when using druid-hdfs-storage URL: https://github.com/apache/incubator-druid/issues/6967 Running the current master with druid-hdfs-storage enabled results in the following exception on startup: ``` 2019-01-31T02:53:27,216

[GitHub] gianm commented on a change in pull request #6917: #6714-Implement-KCL-Deaggregation

2019-01-30 Thread GitBox
gianm commented on a change in pull request #6917: #6714-Implement-KCL-Deaggregation URL: https://github.com/apache/incubator-druid/pull/6917#discussion_r252522811 ## File path:

[GitHub] srggrs commented on issue #5573: io.druid.java.util.common.ISE: Request did not have an authorization check performed

2019-01-30 Thread GitBox
srggrs commented on issue #5573: io.druid.java.util.common.ISE: Request did not have an authorization check performed URL: https://github.com/apache/incubator-druid/issues/5573#issuecomment-459193553 restarting the cluster fix that

[GitHub] srggrs commented on issue #5573: io.druid.java.util.common.ISE: Request did not have an authorization check performed

2019-01-30 Thread GitBox
srggrs commented on issue #5573: io.druid.java.util.common.ISE: Request did not have an authorization check performed URL: https://github.com/apache/incubator-druid/issues/5573#issuecomment-459192275 Hi guys I get the same issue with Druid 0.13.0: > 2019-01-31T02:28:34,357 ERROR

[GitHub] gianm commented on issue #6088: Scan query: time-ordering

2019-01-30 Thread GitBox
gianm commented on issue #6088: Scan query: time-ordering URL: https://github.com/apache/incubator-druid/issues/6088#issuecomment-459191720 Ah, that's a good point. I can't think of a better kind of alternative. I do think (1) would make the most sense, with as small a change as possible,

[GitHub] jihoonson commented on issue #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
jihoonson commented on issue #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#issuecomment-459186087 @surekhasaharan thanks for checking the memory usage. Would you please add how many segments were in the cluster?

[GitHub] jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252509453 ## File path: server/src/main/java/org/apache/druid/client/MetadataSegmentView.java ## @@

[GitHub] jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252508479 ## File path: server/src/main/java/org/apache/druid/client/MetadataSegmentView.java ## @@

[GitHub] jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252509856 ## File path: server/src/main/java/org/apache/druid/client/MetadataSegmentView.java ## @@

[GitHub] jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252508669 ## File path: server/src/main/java/org/apache/druid/client/MetadataSegmentView.java ## @@

[GitHub] surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252491542 ## File path: server/src/main/java/org/apache/druid/client/MetadataSegmentView.java ##

[GitHub] surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252491168 ## File path: server/src/main/java/org/apache/druid/client/MetadataSegmentView.java ##

[GitHub] surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252493181 ## File path: server/src/main/java/org/apache/druid/client/MetadataSegmentView.java ##

[GitHub] surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252495763 ## File path: server/src/main/java/org/apache/druid/client/MetadataSegmentView.java ##

[GitHub] surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252492067 ## File path: server/src/main/java/org/apache/druid/client/MetadataSegmentView.java ##

[GitHub] surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252492365 ## File path: server/src/main/java/org/apache/druid/client/MetadataSegmentView.java ##

[GitHub] surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252503211 ## File path: server/src/main/java/org/apache/druid/client/MetadataSegmentView.java ##

[GitHub] surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252489661 ## File path: server/src/main/java/org/apache/druid/client/DataSegmentInterner.java ##

[GitHub] surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
surekhasaharan commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252488522 ## File path: server/src/main/java/org/apache/druid/client/DataSegmentInterner.java ##

[GitHub] jon-wei edited a comment on issue #6923: Adding a Unified web console.

2019-01-30 Thread GitBox
jon-wei edited a comment on issue #6923: Adding a Unified web console. URL: https://github.com/apache/incubator-druid/pull/6923#issuecomment-459171525 > It also has a tooltip. I was holding off adding the column until we get a column picker in a followup PR Okay, that sounds good.

[GitHub] justinborromeo edited a comment on issue #6088: Scan query: time-ordering

2019-01-30 Thread GitBox
justinborromeo edited a comment on issue #6088: Scan query: time-ordering URL: https://github.com/apache/incubator-druid/issues/6088#issuecomment-459170520 The current output of the scan query is a collection of ScanResultValue objects (String segmentId, List columns, Object events) where

[GitHub] justinborromeo edited a comment on issue #6088: Scan query: time-ordering

2019-01-30 Thread GitBox
justinborromeo edited a comment on issue #6088: Scan query: time-ordering URL: https://github.com/apache/incubator-druid/issues/6088#issuecomment-459170520 The current output of the scan query is a collection of ScanResultValue objects (String segmentId, List columns, Object events) where

[GitHub] vogievetsky commented on issue #6923: Adding a Unified web console.

2019-01-30 Thread GitBox
vogievetsky commented on issue #6923: Adding a Unified web console. URL: https://github.com/apache/incubator-druid/pull/6923#issuecomment-459172708 Since in this PR the new console will not be on the coordinator (only on the router) and the router did not have a console before I have

[GitHub] justinborromeo edited a comment on issue #6088: Scan query: time-ordering

2019-01-30 Thread GitBox
justinborromeo edited a comment on issue #6088: Scan query: time-ordering URL: https://github.com/apache/incubator-druid/issues/6088#issuecomment-459170520 The current output of the scan query is a collection of ScanResultValue objects (String segmentId, List columns, Object events) where

[GitHub] jon-wei commented on issue #6923: Adding a Unified web console.

2019-01-30 Thread GitBox
jon-wei commented on issue #6923: Adding a Unified web console. URL: https://github.com/apache/incubator-druid/pull/6923#issuecomment-459171525 > It also has a tooltip. I was holding off adding the column until we get a column picker in a followup PR Okay, that sounds good. >

[GitHub] justinborromeo edited a comment on issue #6088: Scan query: time-ordering

2019-01-30 Thread GitBox
justinborromeo edited a comment on issue #6088: Scan query: time-ordering URL: https://github.com/apache/incubator-druid/issues/6088#issuecomment-459170520 The current output of the scan query is a collection of ScanResultValue objects (String segmentId, List columns, Object events) where

[GitHub] justinborromeo commented on issue #6088: Scan query: time-ordering

2019-01-30 Thread GitBox
justinborromeo commented on issue #6088: Scan query: time-ordering URL: https://github.com/apache/incubator-druid/issues/6088#issuecomment-459170520 The current output of the scan query is a collection of ScanResultValue objects (String segmentId, List columns, Object events) where each

[GitHub] fjy commented on issue #6966: Fall back to the old coordinator API for checking segment handoff if new one is not supported

2019-01-30 Thread GitBox
fjy commented on issue #6966: Fall back to the old coordinator API for checking segment handoff if new one is not supported URL: https://github.com/apache/incubator-druid/pull/6966#issuecomment-459169719  This is an

[GitHub] jihoonson opened a new pull request #6966: Fall back to the old coordinator API for checking segment handoff if new one is not supported

2019-01-30 Thread GitBox
jihoonson opened a new pull request #6966: Fall back to the old coordinator API for checking segment handoff if new one is not supported URL: https://github.com/apache/incubator-druid/pull/6966 Fixes https://github.com/apache/incubator-druid/pull/6676#issuecomment-459062647. This

[GitHub] jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252486640 ## File path: server/src/main/java/org/apache/druid/client/MetadataSegmentView.java ## @@

[GitHub] jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252472637 ## File path: server/src/main/java/org/apache/druid/client/MetadataSegmentView.java ## @@

[GitHub] jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252484385 ## File path: server/src/main/java/org/apache/druid/client/DataSegmentInterner.java ## @@

[GitHub] jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252483278 ## File path: server/src/main/java/org/apache/druid/client/MetadataSegmentView.java ## @@

[GitHub] jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252474145 ## File path: server/src/main/java/org/apache/druid/client/MetadataSegmentView.java ## @@

[GitHub] jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252473415 ## File path: server/src/main/java/org/apache/druid/client/MetadataSegmentView.java ## @@

[GitHub] jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252479790 ## File path: server/src/main/java/org/apache/druid/client/MetadataSegmentView.java ## @@

[GitHub] jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252484268 ## File path: server/src/main/java/org/apache/druid/client/DataSegmentInterner.java ## @@

[GitHub] jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252473184 ## File path: server/src/main/java/org/apache/druid/client/MetadataSegmentView.java ## @@

[GitHub] jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252479292 ## File path: server/src/main/java/org/apache/druid/client/MetadataSegmentView.java ## @@

[GitHub] jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
jihoonson commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r252479978 ## File path: server/src/main/java/org/apache/druid/client/MetadataSegmentView.java ## @@

[GitHub] vogievetsky commented on issue #6923: Adding a Unified web console.

2019-01-30 Thread GitBox
vogievetsky commented on issue #6923: Adding a Unified web console. URL: https://github.com/apache/incubator-druid/pull/6923#issuecomment-459148234 @jon-wei the console can not query http://:/druid/worker/v1/chat//rowStats it can only query the node it is running on

[GitHub] surekhasaharan commented on issue #6901: Introduce published segment cache in broker

2019-01-30 Thread GitBox
surekhasaharan commented on issue #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#issuecomment-459146133 > Can you also please record the impact on heap size in the broker? We already have pretty massive broker heaps and putting

[GitHub] vogievetsky commented on issue #6923: Adding a Unified web console.

2019-01-30 Thread GitBox
vogievetsky commented on issue #6923: Adding a Unified web console. URL: https://github.com/apache/incubator-druid/pull/6923#issuecomment-459144599 As for the peon running the task you can use this little arrow next to running to go to the peon:

[GitHub] jon-wei commented on issue #6923: Adding a Unified web console.

2019-01-30 Thread GitBox
jon-wei commented on issue #6923: Adding a Unified web console. URL: https://github.com/apache/incubator-druid/pull/6923#issuecomment-459131628 In the Tasks view, can we add information about the host:port of the peon that's running the task? A link to

[GitHub] jon-wei edited a comment on issue #6923: Adding a Unified web console.

2019-01-30 Thread GitBox
jon-wei edited a comment on issue #6923: Adding a Unified web console. URL: https://github.com/apache/incubator-druid/pull/6923#issuecomment-459131628 In the Tasks view, can we add information about the host:port of the peon that's running the task? A link to

[GitHub] vogievetsky commented on a change in pull request #6923: Adding a Unified web console.

2019-01-30 Thread GitBox
vogievetsky commented on a change in pull request #6923: Adding a Unified web console. URL: https://github.com/apache/incubator-druid/pull/6923#discussion_r252456979 ## File path: services/src/main/java/org/apache/druid/cli/CoordinatorJettyServerInitializer.java ## @@

[GitHub] jihoonson commented on issue #6954: Support protocol configuration for S3

2019-01-30 Thread GitBox
jihoonson commented on issue #6954: Support protocol configuration for S3 URL: https://github.com/apache/incubator-druid/pull/6954#issuecomment-459121746 @gianm thanks. Added. This is an automated message from the Apache Git

[GitHub] jon-wei commented on a change in pull request #6890: Some docs optimization

2019-01-30 Thread GitBox
jon-wei commented on a change in pull request #6890: Some docs optimization URL: https://github.com/apache/incubator-druid/pull/6890#discussion_r252450263 ## File path: docs/content/querying/sql.md ## @@ -149,7 +149,7 @@ String functions accept strings, and return a type

[GitHub] jon-wei commented on a change in pull request #6890: Some docs optimization

2019-01-30 Thread GitBox
jon-wei commented on a change in pull request #6890: Some docs optimization URL: https://github.com/apache/incubator-druid/pull/6890#discussion_r252450263 ## File path: docs/content/querying/sql.md ## @@ -149,7 +149,7 @@ String functions accept strings, and return a type

[GitHub] clintropolis commented on a change in pull request #6923: Adding a Unified web console.

2019-01-30 Thread GitBox
clintropolis commented on a change in pull request #6923: Adding a Unified web console. URL: https://github.com/apache/incubator-druid/pull/6923#discussion_r252441990 ## File path: services/src/main/java/org/apache/druid/cli/CoordinatorJettyServerInitializer.java ## @@

[GitHub] clintropolis commented on a change in pull request #6923: Adding a Unified web console.

2019-01-30 Thread GitBox
clintropolis commented on a change in pull request #6923: Adding a Unified web console. URL: https://github.com/apache/incubator-druid/pull/6923#discussion_r252441234 ## File path: services/src/main/java/org/apache/druid/cli/CoordinatorJettyServerInitializer.java ## @@

[GitHub] clintropolis commented on a change in pull request #6923: Adding a Unified web console.

2019-01-30 Thread GitBox
clintropolis commented on a change in pull request #6923: Adding a Unified web console. URL: https://github.com/apache/incubator-druid/pull/6923#discussion_r252440105 ## File path: services/src/main/java/org/apache/druid/cli/CoordinatorJettyServerInitializer.java ## @@

[GitHub] jon-wei commented on a change in pull request #6916: Add master/data/query server concepts to docs/packaging

2019-01-30 Thread GitBox
jon-wei commented on a change in pull request #6916: Add master/data/query server concepts to docs/packaging URL: https://github.com/apache/incubator-druid/pull/6916#discussion_r252437172 ## File path: docs/content/design/processes.md ## @@ -0,0 +1,129 @@ +--- +layout:

[GitHub] jon-wei commented on a change in pull request #6916: Add master/data/query server concepts to docs/packaging

2019-01-30 Thread GitBox
jon-wei commented on a change in pull request #6916: Add master/data/query server concepts to docs/packaging URL: https://github.com/apache/incubator-druid/pull/6916#discussion_r252437069 ## File path: docs/content/configuration/index.md ## @@ -94,31 +98,40 @@ $ ls -R

[GitHub] jon-wei commented on a change in pull request #6916: Add master/data/query server concepts to docs/packaging

2019-01-30 Thread GitBox
jon-wei commented on a change in pull request #6916: Add master/data/query server concepts to docs/packaging URL: https://github.com/apache/incubator-druid/pull/6916#discussion_r252437069 ## File path: docs/content/configuration/index.md ## @@ -94,31 +98,40 @@ $ ls -R

[GitHub] drcrallen commented on issue #6910: Bring GCP functionality to core functionality

2019-01-30 Thread GitBox
drcrallen commented on issue #6910: Bring GCP functionality to core functionality URL: https://github.com/apache/incubator-druid/issues/6910#issuecomment-459101276 I moved the ec2 autoscaler into an extension on its own.

[GitHub] drcrallen commented on issue #6910: Bring GCP functionality to core functionality

2019-01-30 Thread GitBox
drcrallen commented on issue #6910: Bring GCP functionality to core functionality URL: https://github.com/apache/incubator-druid/issues/6910#issuecomment-459101170 https://travis-ci.org/apache/incubator-druid/jobs/486550791 Injection bites a big "no can do"

[GitHub] jihoonson commented on issue #6676: Handoff should ignore segments that are dropped by drop rules

2019-01-30 Thread GitBox
jihoonson commented on issue #6676: Handoff should ignore segments that are dropped by drop rules URL: https://github.com/apache/incubator-druid/pull/6676#issuecomment-459094137 @gianm thanks for catching it. I'll make a fix.

[GitHub] jon-wei commented on issue #6949: Create a proposal template

2019-01-30 Thread GitBox
jon-wei commented on issue #6949: Create a proposal template URL: https://github.com/apache/incubator-druid/issues/6949#issuecomment-459075972 Thanks, looks like you beat me to it :D This is an automated message from the

[GitHub] yurmix commented on issue #6949: Create a proposal template

2019-01-30 Thread GitBox
yurmix commented on issue #6949: Create a proposal template URL: https://github.com/apache/incubator-druid/issues/6949#issuecomment-459074553 @jon-wei OK, I've just posted the link there. This is an automated message from

[GitHub] jon-wei commented on issue #6949: Create a proposal template

2019-01-30 Thread GitBox
jon-wei commented on issue #6949: Create a proposal template URL: https://github.com/apache/incubator-druid/issues/6949#issuecomment-459072526 Sure, good idea This is an automated message from the Apache Git Service. To

[GitHub] gianm commented on issue #6949: Create a proposal template

2019-01-30 Thread GitBox
gianm commented on issue #6949: Create a proposal template URL: https://github.com/apache/incubator-druid/issues/6949#issuecomment-459072066 Could you please also post a link to this in the dev list thread where we've been talking about proposals?

[GitHub] jon-wei commented on issue #6949: Create a proposal template

2019-01-30 Thread GitBox
jon-wei commented on issue #6949: Create a proposal template URL: https://github.com/apache/incubator-druid/issues/6949#issuecomment-459070892 That looks like a good structure, I'll keep this open for a few more days, and if there are no other suggestions or objections I'll go ahead and

[GitHub] mirkojotic commented on issue #6580: FileRequestLogger fails when used with FilteredRequestLogger

2019-01-30 Thread GitBox
mirkojotic commented on issue #6580: FileRequestLogger fails when used with FilteredRequestLogger URL: https://github.com/apache/incubator-druid/issues/6580#issuecomment-459068032 @jon-wei I tried to reproduce this but I couldn't ``` ScheduledExecutorService scheduler =

[GitHub] gianm commented on a change in pull request #6916: Add master/data/query server concepts to docs/packaging

2019-01-30 Thread GitBox
gianm commented on a change in pull request #6916: Add master/data/query server concepts to docs/packaging URL: https://github.com/apache/incubator-druid/pull/6916#discussion_r252391250 ## File path: docs/content/configuration/index.md ## @@ -94,31 +98,40 @@ $ ls -R conf

[GitHub] gianm commented on a change in pull request #6916: Add master/data/query server concepts to docs/packaging

2019-01-30 Thread GitBox
gianm commented on a change in pull request #6916: Add master/data/query server concepts to docs/packaging URL: https://github.com/apache/incubator-druid/pull/6916#discussion_r252392994 ## File path: docs/content/design/processes.md ## @@ -0,0 +1,129 @@ +--- +layout:

[GitHub] gianm commented on issue #6676: Handoff should ignore segments that are dropped by drop rules

2019-01-30 Thread GitBox
gianm commented on issue #6676: Handoff should ignore segments that are dropped by drop rules URL: https://github.com/apache/incubator-druid/pull/6676#issuecomment-459062647 Unless I am missing something, won't this patch break rolling updates? New tasks won't be able to talk to old

[GitHub] fjy commented on issue #6916: Add master/data/query server concepts to docs/packaging

2019-01-30 Thread GitBox
fjy commented on issue #6916: Add master/data/query server concepts to docs/packaging URL: https://github.com/apache/incubator-druid/pull/6916#issuecomment-459055508  This is an automated message from the Apache Git

[GitHub] fjy commented on a change in pull request #6916: Add master/data/query server concepts to docs/packaging

2019-01-30 Thread GitBox
fjy commented on a change in pull request #6916: Add master/data/query server concepts to docs/packaging URL: https://github.com/apache/incubator-druid/pull/6916#discussion_r252381265 ## File path: docs/content/dependencies/cassandra-deep-storage.md ## @@ -29,7 +29,7 @@

[GitHub] fjy commented on issue #6954: Support protocol configuration for S3

2019-01-30 Thread GitBox
fjy commented on issue #6954: Support protocol configuration for S3 URL: https://github.com/apache/incubator-druid/pull/6954#issuecomment-459054890  This is an automated message from the Apache Git Service. To respond to

[GitHub] fjy commented on a change in pull request #6955: update sys table docs

2019-01-30 Thread GitBox
fjy commented on a change in pull request #6955: update sys table docs URL: https://github.com/apache/incubator-druid/pull/6955#discussion_r252380579 ## File path: docs/content/querying/sql.md ## @@ -587,6 +583,26 @@ Segments table provides details on all Druid segments,

[GitHub] fjy commented on a change in pull request #6955: update sys table docs

2019-01-30 Thread GitBox
fjy commented on a change in pull request #6955: update sys table docs URL: https://github.com/apache/incubator-druid/pull/6955#discussion_r252380373 ## File path: docs/content/querying/sql.md ## @@ -649,10 +667,12 @@ check out [ingestion tasks](#../ingestion/tasks.html)

[incubator-druid] branch master updated: Add doc for druid.storage.useS3aSchema. (#6964)

2019-01-30 Thread fjy
This is an automated email from the ASF dual-hosted git repository. fjy pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid.git The following commit(s) were added to refs/heads/master by this push: new edee576 Add doc for

[GitHub] fjy merged pull request #6964: Add doc for druid.storage.useS3aSchema.

2019-01-30 Thread GitBox
fjy merged pull request #6964: Add doc for druid.storage.useS3aSchema. URL: https://github.com/apache/incubator-druid/pull/6964 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] vogievetsky commented on issue #6923: Adding a Unified web console.

2019-01-30 Thread GitBox
vogievetsky commented on issue #6923: Adding a Unified web console. URL: https://github.com/apache/incubator-druid/pull/6923#issuecomment-459031438 > In the Supervisors view, can you add a per-supervisor link to `/druid/indexer/v1/supervisor//stats` > > In the Tasks view, can you

[GitHub] gianm commented on issue #6962: Fix Invalid Link for Rollup Tutorial

2019-01-30 Thread GitBox
gianm commented on issue #6962: Fix Invalid Link for Rollup Tutorial URL: https://github.com/apache/incubator-druid/issues/6962#issuecomment-458995866 You can do it with a PR to https://github.com/druid-io/druid-io.github.io.

[GitHub] ciukstar opened a new issue #6965: Feature request: "Feature scaling"

2019-01-30 Thread GitBox
ciukstar opened a new issue #6965: Feature request: "Feature scaling" URL: https://github.com/apache/incubator-druid/issues/6965 Add support for [Feature scaling](https://en.wikipedia.org/wiki/Feature_scaling) as a `druid-stats` extension

[GitHub] gianm commented on issue #6944: Try-with-resources should be used since the new syntax is more readable.

2019-01-30 Thread GitBox
gianm commented on issue #6944: Try-with-resources should be used since the new syntax is more readable. URL: https://github.com/apache/incubator-druid/pull/6944#issuecomment-458985276 Please adjust the formatting, though, such that CI passes.

[GitHub] gianm commented on a change in pull request #6944: Try-with-resources should be used since the new syntax is more readable.

2019-01-30 Thread GitBox
gianm commented on a change in pull request #6944: Try-with-resources should be used since the new syntax is more readable. URL: https://github.com/apache/incubator-druid/pull/6944#discussion_r252303413 ## File path: core/src/main/java/org/apache/druid/common/utils/SocketUtil.java

[incubator-druid] branch master updated: fix bug with expression virtual column selectors backed by a single long column (#6957)

2019-01-30 Thread gian
This is an automated email from the ASF dual-hosted git repository. gian pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-druid.git The following commit(s) were added to refs/heads/master by this push: new de81028 fix bug with expression virtual

[GitHub] gianm merged pull request #6957: fix bug with expression virtual column selectors backed by a single long column

2019-01-30 Thread GitBox
gianm merged pull request #6957: fix bug with expression virtual column selectors backed by a single long column URL: https://github.com/apache/incubator-druid/pull/6957 This is an automated message from the Apache Git

  1   2   >