[GitHub] [incubator-druid] love1693294577 opened a new issue #7403: how to use MaterializedView ,I didn't find the relevant submit task command.

2019-04-02 Thread GitBox
love1693294577 opened a new issue #7403: how to use MaterializedView ,I didn't find the relevant submit task command. URL: https://github.com/apache/incubator-druid/issues/7403 My is curl -XPOST -H'Content-Type: application/json' -d @view.json http://10.244.68.107:8090/druid/indexer/v

[GitHub] [incubator-druid] leerho commented on issue #7337: DataSketches HLL is not a replacement for Cardinality aggregator

2019-04-02 Thread GitBox
leerho commented on issue #7337: DataSketches HLL is not a replacement for Cardinality aggregator URL: https://github.com/apache/incubator-druid/issues/7337#issuecomment-479354436 In terms of input types the two sketches are identical and both can accept all the primitives as well as by

[GitHub] [incubator-druid] leerho commented on issue #7337: DataSketches HLL is not a replacement for Cardinality aggregator

2019-04-02 Thread GitBox
leerho commented on issue #7337: DataSketches HLL is not a replacement for Cardinality aggregator URL: https://github.com/apache/incubator-druid/issues/7337#issuecomment-479351657 There is some confusion here ... the DataSketches (DS) HllSketch is a wee bit slower on update than the The

[GitHub] [incubator-druid] egor-ryashin commented on issue #7362: Principles for choosing logging severity

2019-04-02 Thread GitBox
egor-ryashin commented on issue #7362: Principles for choosing logging severity URL: https://github.com/apache/incubator-druid/issues/7362#issuecomment-479266133 I don't agree with dropping trace or debug logging, actually. The counterargument usually those can/should be introduced durin

[GitHub] [incubator-druid] egor-ryashin edited a comment on issue #7362: Principles for choosing logging severity

2019-04-02 Thread GitBox
egor-ryashin edited a comment on issue #7362: Principles for choosing logging severity URL: https://github.com/apache/incubator-druid/issues/7362#issuecomment-479266133 I don't agree with dropping trace or debug logging, actually. The counterargument usually those can/should be introduc

[GitHub] [incubator-druid] clintropolis merged pull request #7401: Fix CalciteQueryTest

2019-04-02 Thread GitBox
clintropolis merged pull request #7401: Fix CalciteQueryTest URL: https://github.com/apache/incubator-druid/pull/7401 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHu

[incubator-druid] branch master updated: Fix tests (#7401)

2019-04-02 Thread cwylie
This is an automated email from the ASF dual-hosted git repository. cwylie 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 c883c52 Fix tests (#7401) c883c52 is d

[GitHub] [incubator-druid] leventov commented on issue #7279: Move dev-related files and instructions to dev/ directory; add committer's instructions

2019-04-02 Thread GitBox
leventov commented on issue #7279: Move dev-related files and instructions to dev/ directory; add committer's instructions URL: https://github.com/apache/incubator-druid/pull/7279#issuecomment-479253798 @gianm do you have more comments? -

[GitHub] [incubator-druid] jihoonson commented on issue #7238: [PROPOSAL] Add segment limit for native and streaming index tasks

2019-04-02 Thread GitBox
jihoonson commented on issue #7238: [PROPOSAL] Add segment limit for native and streaming index tasks URL: https://github.com/apache/incubator-druid/issues/7238#issuecomment-479248286 @justinborromeo thank you for the proposal! It looks good to me, but I have one suggestion. We curr

[GitHub] [incubator-druid] jihoonson commented on issue #6319: [Proposal] Minimizing the lock granularity for indexing

2019-04-02 Thread GitBox
jihoonson commented on issue #6319: [Proposal] Minimizing the lock granularity for indexing URL: https://github.com/apache/incubator-druid/issues/6319#issuecomment-479243572 @jon-wei thank you for your review! > When using the segment-level locks, can you add more description to thi

[GitHub] [incubator-druid] jon-wei closed issue #7370: Add SQL support for time-ordered scans

2019-04-02 Thread GitBox
jon-wei closed issue #7370: Add SQL support for time-ordered scans URL: https://github.com/apache/incubator-druid/issues/7370 This is an automated message from the Apache Git Service. To respond to the message, please log on

[incubator-druid] branch master updated: SQL support for time-ordered scan (#7373)

2019-04-02 Thread jonwei
This is an automated email from the ASF dual-hosted git repository. jonwei 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 4584b5e SQL support for time-ordered s

[GitHub] [incubator-druid] jon-wei merged pull request #7373: SQL support for time-ordered scan

2019-04-02 Thread GitBox
jon-wei merged pull request #7373: SQL support for time-ordered scan URL: https://github.com/apache/incubator-druid/pull/7373 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-druid] jihoonson commented on issue #7320: use latest sketches-core-0.13.1

2019-04-02 Thread GitBox
jihoonson commented on issue #7320: use latest sketches-core-0.13.1 URL: https://github.com/apache/incubator-druid/pull/7320#issuecomment-479233607 No. After #7401 is merged, you can simply run `git checkout datasketches_0_13_0; git pull master` to merge master into your branch. Then, this

[GitHub] [incubator-druid] shuqi7 opened a new pull request #7402: SQL explain in web console

2019-04-02 Thread GitBox
shuqi7 opened a new pull request #7402: SQL explain in web console URL: https://github.com/apache/incubator-druid/pull/7402 - Imitating `explain plan for query` and parse the response into JSON in a dialog - It locates here: ![image](https://user-images.githubusercontent.com/29443129

[GitHub] [incubator-druid] AlexanderSaydakov commented on issue #7320: use latest sketches-core-0.13.1

2019-04-02 Thread GitBox
AlexanderSaydakov commented on issue #7320: use latest sketches-core-0.13.1 URL: https://github.com/apache/incubator-druid/pull/7320#issuecomment-479232070 > Would you please merge master once #7401 is merged? Would it be easier to submit another request with this one-line change base

[GitHub] [incubator-druid] jihoonson commented on issue #7320: use latest sketches-core-0.13.0

2019-04-02 Thread GitBox
jihoonson commented on issue #7320: use latest sketches-core-0.13.0 URL: https://github.com/apache/incubator-druid/pull/7320#issuecomment-479230668 The CI failure is because of https://github.com/apache/incubator-druid/pull/7401. Would you please merge master once https://github.com/apache

[GitHub] [incubator-druid] AlexanderSaydakov commented on issue #7320: use latest sketches-core-0.13.0

2019-04-02 Thread GitBox
AlexanderSaydakov commented on issue #7320: use latest sketches-core-0.13.0 URL: https://github.com/apache/incubator-druid/pull/7320#issuecomment-479230286 Regarding the build failure, it seems unrelated to my change. The change is just one line in pom.xml to update sketches-core from 0.12.

[GitHub] [incubator-druid] AlexanderSaydakov commented on issue #7320: use latest sketches-core-0.13.0

2019-04-02 Thread GitBox
AlexanderSaydakov commented on issue #7320: use latest sketches-core-0.13.0 URL: https://github.com/apache/incubator-druid/pull/7320#issuecomment-479229002 The update to sketches-core-0.13.1 that I committed today fixes a bug in quantiles sketch direct-memory mode that is used in Druid. It

[GitHub] [incubator-druid] jihoonson commented on issue #7401: Fix CalciteQueryTest

2019-04-02 Thread GitBox
jihoonson commented on issue #7401: Fix CalciteQueryTest URL: https://github.com/apache/incubator-druid/pull/7401#issuecomment-479225960 +1 after CI This is an automated message from the Apache Git Service. To respond to the m

[GitHub] [incubator-druid] jihoonson merged pull request #6960: standardize naming of 'no-op' aggregators

2019-04-02 Thread GitBox
jihoonson merged pull request #6960: standardize naming of 'no-op' aggregators URL: https://github.com/apache/incubator-druid/pull/6960 This is an automated message from the Apache Git Service. To respond to the message, plea

[incubator-druid] branch master updated: prefix no-op aggs with "Noop" (#6960)

2019-04-02 Thread jihoonson
This is an automated email from the ASF dual-hosted git repository. jihoonson 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 a99f0ff prefix no-op aggs with "Noo

[GitHub] [incubator-druid] jihoonson closed issue #6934: Consistent naming of 'no-op', 'empty' aggregators

2019-04-02 Thread GitBox
jihoonson closed issue #6934: Consistent naming of 'no-op', 'empty' aggregators URL: https://github.com/apache/incubator-druid/issues/6934 This is an automated message from the Apache Git Service. To respond to the message, p

[incubator-druid] branch master updated: Make IngestSegmentFirehoseFactory splittable for parallel ingestion (#7048)

2019-04-02 Thread jihoonson
This is an automated email from the ASF dual-hosted git repository. jihoonson 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 4e23c11 Make IngestSegmentFirehoseF

[GitHub] [incubator-druid] jihoonson merged pull request #7048: Make IngestSegmentFirehoseFactory splittable for parallel ingestion

2019-04-02 Thread GitBox
jihoonson merged pull request #7048: Make IngestSegmentFirehoseFactory splittable for parallel ingestion URL: https://github.com/apache/incubator-druid/pull/7048 This is an automated message from the Apache Git Service. To r

[GitHub] [incubator-druid] a2l007 opened a new pull request #7401: Fix CalciteQueryTest

2019-04-02 Thread GitBox
a2l007 opened a new pull request #7401: Fix CalciteQueryTest URL: https://github.com/apache/incubator-druid/pull/7401 Fixes the following compilation error on CalciteQueryTest: ``` [ERROR] /home/travis/build/apache/incubator-druid/sql/src/test/java/org/apache/druid/sql/calcite/Calcite

[GitHub] [incubator-druid] egor-ryashin edited a comment on issue #7153: Inconsistent KafkaConsumer ConcurrentModificationException upon Supervisor Shutdown

2019-04-02 Thread GitBox
egor-ryashin edited a comment on issue #7153: Inconsistent KafkaConsumer ConcurrentModificationException upon Supervisor Shutdown URL: https://github.com/apache/incubator-druid/issues/7153#issuecomment-479213213 For starters, `ShutdownNotice` doesn't access `recordSupplier` exclusively.

[GitHub] [incubator-druid] egor-ryashin commented on issue #7153: Inconsistent KafkaConsumer ConcurrentModificationException upon Supervisor Shutdown

2019-04-02 Thread GitBox
egor-ryashin commented on issue #7153: Inconsistent KafkaConsumer ConcurrentModificationException upon Supervisor Shutdown URL: https://github.com/apache/incubator-druid/issues/7153#issuecomment-479213213 For starters, `ShutdownNotice` doesn't access `recordSupplier` exclusively. org/

[GitHub] [incubator-druid] leventov commented on a change in pull request #6901: Introduce published segment cache in broker

2019-04-02 Thread GitBox
leventov commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r271496789 ## File path: sql/src/main/java/org/apache/druid/sql/calcite/schema/MetadataSegmentView.java ##

[GitHub] [incubator-druid] leventov commented on a change in pull request #6901: Introduce published segment cache in broker

2019-04-02 Thread GitBox
leventov commented on a change in pull request #6901: Introduce published segment cache in broker URL: https://github.com/apache/incubator-druid/pull/6901#discussion_r271494763 ## File path: sql/src/main/java/org/apache/druid/sql/calcite/schema/MetadataSegmentView.java ##

[GitHub] [incubator-druid] leventov commented on a change in pull request #6943: InterruptedExceptions should never be ignored in the code.

2019-04-02 Thread GitBox
leventov commented on a change in pull request #6943: InterruptedExceptions should never be ignored in the code. URL: https://github.com/apache/incubator-druid/pull/6943#discussion_r271493196 ## File path: core/src/main/java/org/apache/druid/java/util/http/client/pool/ResourcePool.

[GitHub] [incubator-druid] gianm commented on issue #7320: use latest sketches-core-0.13.0

2019-04-02 Thread GitBox
gianm commented on issue #7320: use latest sketches-core-0.13.0 URL: https://github.com/apache/incubator-druid/pull/7320#issuecomment-479191836 Hi @AlexanderSaydakov, 0.14.0 is code-frozen other than regressions / critical bug fixes right now, but if this is committed soon, it will e

[GitHub] [incubator-druid] JulianJaffePinterest opened a new issue #7400: Allow users to use a provider for metadata username

2019-04-02 Thread GitBox
JulianJaffePinterest opened a new issue #7400: Allow users to use a provider for metadata username URL: https://github.com/apache/incubator-druid/issues/7400 ### Description Currently, we can use a [PasswordProvider](http://druid.io/docs/latest/operations/password-provider.html) to

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

2019-04-02 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_r271479767 ## File path: sql/src/main/java/org/apache/druid/sql/calcite/schema/MetadataSegmentView.java #

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

2019-04-02 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_r271479688 ## File path: sql/src/main/java/org/apache/druid/sql/calcite/schema/MetadataSegmentView.java #

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

2019-04-02 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_r271479750 ## File path: sql/src/main/java/org/apache/druid/sql/calcite/schema/MetadataSegmentView.java #

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

2019-04-02 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_r271479675 ## File path: sql/src/main/java/org/apache/druid/sql/calcite/schema/MetadataSegmentView.java #

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

2019-04-02 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_r271479714 ## File path: sql/src/main/java/org/apache/druid/sql/calcite/schema/MetadataSegmentView.java #

[GitHub] [incubator-druid] AlexanderSaydakov commented on issue #7320: use latest sketches-core-0.13.0

2019-04-02 Thread GitBox
AlexanderSaydakov commented on issue #7320: use latest sketches-core-0.13.0 URL: https://github.com/apache/incubator-druid/pull/7320#issuecomment-479182060 Can we make sure this gets into the 0.14.0 release? This is an aut

[GitHub] [incubator-druid] jon-wei commented on a change in pull request #6972: Support LDAP authentication/authorization

2019-04-02 Thread GitBox
jon-wei commented on a change in pull request #6972: Support LDAP authentication/authorization URL: https://github.com/apache/incubator-druid/pull/6972#discussion_r271470360 ## File path: docs/content/development/extensions-core/druid-basic-security.md ## @@ -155,6 +189,27

[GitHub] [incubator-druid] jon-wei commented on a change in pull request #6972: Support LDAP authentication/authorization

2019-04-02 Thread GitBox
jon-wei commented on a change in pull request #6972: Support LDAP authentication/authorization URL: https://github.com/apache/incubator-druid/pull/6972#discussion_r271470360 ## File path: docs/content/development/extensions-core/druid-basic-security.md ## @@ -155,6 +189,27

[incubator-druid] branch master updated: support radians and degrees in sql (#7336)

2019-04-02 Thread cwylie
This is an automated email from the ASF dual-hosted git repository. cwylie 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 78fd5af support radians and degrees in

[GitHub] [incubator-druid] clintropolis merged pull request #7336: support radians and degrees in sql

2019-04-02 Thread GitBox
clintropolis merged pull request #7336: support radians and degrees in sql URL: https://github.com/apache/incubator-druid/pull/7336 This is an automated message from the Apache Git Service. To respond to the message, please l

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #7388: Support LPAD and RPAD sql function

2019-04-02 Thread GitBox
clintropolis commented on a change in pull request #7388: Support LPAD and RPAD sql function URL: https://github.com/apache/incubator-druid/pull/7388#discussion_r271465238 ## File path: core/src/main/java/org/apache/druid/math/expr/Function.java ## @@ -1206,4 +1206,61 @@ p

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #7388: Support LPAD and RPAD sql function

2019-04-02 Thread GitBox
clintropolis commented on a change in pull request #7388: Support LPAD and RPAD sql function URL: https://github.com/apache/incubator-druid/pull/7388#discussion_r271464484 ## File path: core/src/main/java/org/apache/druid/math/expr/Function.java ## @@ -1206,4 +1206,61 @@ p

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #7388: Support LPAD and RPAD sql function

2019-04-02 Thread GitBox
clintropolis commented on a change in pull request #7388: Support LPAD and RPAD sql function URL: https://github.com/apache/incubator-druid/pull/7388#discussion_r271466221 ## File path: core/src/main/java/org/apache/druid/java/util/common/StringUtils.java ## @@ -360,4 +36

[GitHub] [incubator-druid] justinborromeo commented on a change in pull request #7373: SQL support for time-ordered scan

2019-04-02 Thread GitBox
justinborromeo commented on a change in pull request #7373: SQL support for time-ordered scan URL: https://github.com/apache/incubator-druid/pull/7373#discussion_r271465217 ## File path: sql/src/test/java/org/apache/druid/sql/calcite/CalciteQueryTest.java ## @@ -157,7 +155

[GitHub] [incubator-druid] justinborromeo commented on a change in pull request #7373: SQL support for time-ordered scan

2019-04-02 Thread GitBox
justinborromeo commented on a change in pull request #7373: SQL support for time-ordered scan URL: https://github.com/apache/incubator-druid/pull/7373#discussion_r271464703 ## File path: sql/src/main/java/org/apache/druid/sql/calcite/rel/DruidQuery.java ## @@ -984,97 +1001

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #7373: SQL support for time-ordered scan

2019-04-02 Thread GitBox
clintropolis commented on a change in pull request #7373: SQL support for time-ordered scan URL: https://github.com/apache/incubator-druid/pull/7373#discussion_r271461130 ## File path: sql/src/main/java/org/apache/druid/sql/calcite/rel/DruidQuery.java ## @@ -984,97 +1001,2

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #7373: SQL support for time-ordered scan

2019-04-02 Thread GitBox
clintropolis commented on a change in pull request #7373: SQL support for time-ordered scan URL: https://github.com/apache/incubator-druid/pull/7373#discussion_r271460475 ## File path: sql/src/main/java/org/apache/druid/sql/calcite/rel/DruidQuery.java ## @@ -515,7 +530,11

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #7373: SQL support for time-ordered scan

2019-04-02 Thread GitBox
clintropolis commented on a change in pull request #7373: SQL support for time-ordered scan URL: https://github.com/apache/incubator-druid/pull/7373#discussion_r271462257 ## File path: sql/src/test/java/org/apache/druid/sql/calcite/util/SpecificSegmentsQuerySegmentWalker.java

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #7373: SQL support for time-ordered scan

2019-04-02 Thread GitBox
clintropolis commented on a change in pull request #7373: SQL support for time-ordered scan URL: https://github.com/apache/incubator-druid/pull/7373#discussion_r271460386 ## File path: sql/src/main/java/org/apache/druid/sql/calcite/rel/DruidQuery.java ## @@ -452,12 +455,20

[GitHub] [incubator-druid] clintropolis commented on a change in pull request #7373: SQL support for time-ordered scan

2019-04-02 Thread GitBox
clintropolis commented on a change in pull request #7373: SQL support for time-ordered scan URL: https://github.com/apache/incubator-druid/pull/7373#discussion_r271461466 ## File path: sql/src/test/java/org/apache/druid/sql/calcite/CalciteQueryTest.java ## @@ -157,7 +155,8

[GitHub] [incubator-druid] clintropolis merged pull request #7381: Add documentation for Druid native query in SQL view of web console

2019-04-02 Thread GitBox
clintropolis merged pull request #7381: Add documentation for Druid native query in SQL view of web console URL: https://github.com/apache/incubator-druid/pull/7381 This is an automated message from the Apache Git Service. T

[incubator-druid] branch master updated: Add documentation for Druid native query in SQL view of web console (#7381)

2019-04-02 Thread cwylie
This is an automated email from the ASF dual-hosted git repository. cwylie 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 134f71d Add documentation for Druid na

[GitHub] [incubator-druid] blugowski commented on issue #6567: Overlord console - add enable/disable button for remote workers

2019-04-02 Thread GitBox
blugowski commented on issue #6567: Overlord console - add enable/disable button for remote workers URL: https://github.com/apache/incubator-druid/pull/6567#issuecomment-479135584 @drcrallen yea, but maybe only in new web console? ---

[GitHub] [incubator-druid] surekhasaharan commented on issue #7233: Set "is_published" to false for overshadowed segments in sys.segments table

2019-04-02 Thread GitBox
surekhasaharan commented on issue #7233: Set "is_published" to false for overshadowed segments in sys.segments table URL: https://github.com/apache/incubator-druid/issues/7233#issuecomment-479114077 Thanks everyone for the discussion and your inputs on this. I am thinking of adding a colu

[GitHub] [incubator-druid] mohammadjkhan commented on a change in pull request #6972: Support LDAP authentication/authorization

2019-04-02 Thread GitBox
mohammadjkhan commented on a change in pull request #6972: Support LDAP authentication/authorization URL: https://github.com/apache/incubator-druid/pull/6972#discussion_r271401599 ## File path: docs/content/development/extensions-core/druid-basic-security.md ## @@ -155,6 +

[GitHub] [incubator-druid] kamaci commented on a change in pull request #6943: InterruptedExceptions should never be ignored in the code.

2019-04-02 Thread GitBox
kamaci commented on a change in pull request #6943: InterruptedExceptions should never be ignored in the code. URL: https://github.com/apache/incubator-druid/pull/6943#discussion_r271271973 ## File path: core/src/main/java/org/apache/druid/java/util/http/client/pool/ResourcePool.ja

[GitHub] [incubator-druid] nishantmonu51 commented on a change in pull request #6972: Support LDAP authentication/authorization

2019-04-02 Thread GitBox
nishantmonu51 commented on a change in pull request #6972: Support LDAP authentication/authorization URL: https://github.com/apache/incubator-druid/pull/6972#discussion_r271258493 ## File path: docs/content/development/extensions-core/druid-basic-security.md ## @@ -155,6 +

[GitHub] [incubator-druid] asdf2014 commented on issue #7334: Add "REVERSE" / "REPEAT" / "RIGHT" / "LEFT" functions

2019-04-02 Thread GitBox
asdf2014 commented on issue #7334: Add "REVERSE" / "REPEAT" / "RIGHT" / "LEFT" functions URL: https://github.com/apache/incubator-druid/pull/7334#issuecomment-478956046 @egor-ryashin Do you have more comments? This is an auto

[GitHub] [incubator-druid] hueiyuanSu opened a new issue #7399: druid-google-extension dependencies problem

2019-04-02 Thread GitBox
hueiyuanSu opened a new issue #7399: druid-google-extension dependencies problem URL: https://github.com/apache/incubator-druid/issues/7399 stderr: Traceback (most recent call last): File "/usr/lib/ambari-agent/lib/resource_management/libraries/script/script.py", line 995, in rest

[GitHub] [incubator-druid] rae89 commented on issue #6896: Add docker container for druid

2019-04-02 Thread GitBox
rae89 commented on issue #6896: Add docker container for druid URL: https://github.com/apache/incubator-druid/pull/6896#issuecomment-478870372 @donbowman After running the docker-compose up command to run druid, it seems to work fine. But the issue I am having now is running the Load Batch