[jira] [Commented] (HIVE-17604) Add druid properties to conf white list

2017-09-28 Thread Lefty Leverenz (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-17604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16183763#comment-16183763
 ] 

Lefty Leverenz commented on HIVE-17604:
---

Doc note:  This adds "hive.druid.\*" to 
*hive.security.authorization.sqlstd.confwhitelist* and adds 
*hive.druid.broker.address.default* & *hive.druid.coordinator.address.default* 
to the values for *hive.conf.restricted.list* so the wiki needs to be updated.

* [hive.security.authorization.sqlstd.confwhitelist | 
https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-hive.security.authorization.sqlstd.confwhitelist]
* [hive.conf.restricted.list | 
https://cwiki.apache.org/confluence/display/Hive/Configuration+Properties#ConfigurationProperties-hive.conf.restricted.list]

Note that the parameters added to the restricted list are not yet documented.  
*hive.druid.broker.address.default* was created by HIVE-14217 in 2.2.0 and 
*hive.druid.coordinator.address.default* was created by HIVE-15586, also in 
2.2.0.

Added a TODOC3.0 label.

> Add druid properties to conf white list
> ---
>
> Key: HIVE-17604
> URL: https://issues.apache.org/jira/browse/HIVE-17604
> Project: Hive
>  Issue Type: Improvement
>  Components: Configuration, Druid integration
>Affects Versions: 2.2.0, 2.3.0
>Reporter: Ashutosh Chauhan
>Assignee: Ashutosh Chauhan
>  Labels: TODOC3.0
> Fix For: 3.0.0
>
> Attachments: HIVE-17604.2.patch, HIVE-17604.patch
>
>
> Currently throws:
> Error: Error while processing statement: Cannot modify 
> hive.druid.select.distribute at runtime. It is not in list of params that are 
> allowed to be modified at runtime (state=42000,code=1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HIVE-17604) Add druid properties to conf white list

2017-09-27 Thread Thejas M Nair (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-17604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16182903#comment-16182903
 ] 

Thejas M Nair commented on HIVE-17604:
--

+1


> Add druid properties to conf white list
> ---
>
> Key: HIVE-17604
> URL: https://issues.apache.org/jira/browse/HIVE-17604
> Project: Hive
>  Issue Type: Improvement
>  Components: Configuration, Druid integration
>Affects Versions: 2.2.0, 2.3.0
>Reporter: Ashutosh Chauhan
>Assignee: Ashutosh Chauhan
> Attachments: HIVE-17604.2.patch, HIVE-17604.patch
>
>
> Currently throws:
> Error: Error while processing statement: Cannot modify 
> hive.druid.select.distribute at runtime. It is not in list of params that are 
> allowed to be modified at runtime (state=42000,code=1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HIVE-17604) Add druid properties to conf white list

2017-09-27 Thread Ashutosh Chauhan (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-17604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16182702#comment-16182702
 ] 

Ashutosh Chauhan commented on HIVE-17604:
-

[~thejas] Can you take a look?

> Add druid properties to conf white list
> ---
>
> Key: HIVE-17604
> URL: https://issues.apache.org/jira/browse/HIVE-17604
> Project: Hive
>  Issue Type: Improvement
>  Components: Configuration, Druid integration
>Affects Versions: 2.2.0, 2.3.0
>Reporter: Ashutosh Chauhan
>Assignee: Ashutosh Chauhan
> Attachments: HIVE-17604.2.patch, HIVE-17604.patch
>
>
> Currently throws:
> Error: Error while processing statement: Cannot modify 
> hive.druid.select.distribute at runtime. It is not in list of params that are 
> allowed to be modified at runtime (state=42000,code=1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HIVE-17604) Add druid properties to conf white list

2017-09-26 Thread Hive QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-17604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16181923#comment-16181923
 ] 

Hive QA commented on HIVE-17604:




Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12889155/HIVE-17604.2.patch

{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 9 failed/errored test(s), 11083 tests 
executed
*Failed tests:*
{noformat}
org.apache.hadoop.hive.cli.TestAccumuloCliDriver.testCliDriver[accumulo_predicate_pushdown]
 (batchId=231)
org.apache.hadoop.hive.cli.TestAccumuloCliDriver.testCliDriver[accumulo_single_sourced_multi_insert]
 (batchId=231)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[union36] (batchId=85)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[optimize_nullscan]
 (batchId=161)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[union_fast_stats]
 (batchId=156)
org.apache.hadoop.hive.cli.TestMiniSparkOnYarnCliDriver.testCliDriver[spark_explainuser_1]
 (batchId=170)
org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query14] 
(batchId=235)
org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query23] 
(batchId=235)
org.apache.hive.hcatalog.pig.TestTextFileHCatStorer.testWriteVarchar 
(batchId=183)
{noformat}

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/7001/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/7001/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-7001/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 9 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12889155 - PreCommit-HIVE-Build

> Add druid properties to conf white list
> ---
>
> Key: HIVE-17604
> URL: https://issues.apache.org/jira/browse/HIVE-17604
> Project: Hive
>  Issue Type: Improvement
>  Components: Configuration, Druid integration
>Affects Versions: 2.2.0, 2.3.0
>Reporter: Ashutosh Chauhan
>Assignee: Ashutosh Chauhan
> Attachments: HIVE-17604.2.patch, HIVE-17604.patch
>
>
> Currently throws:
> Error: Error while processing statement: Cannot modify 
> hive.druid.select.distribute at runtime. It is not in list of params that are 
> allowed to be modified at runtime (state=42000,code=1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Commented] (HIVE-17604) Add druid properties to conf white list

2017-09-26 Thread Hive QA (JIRA)

[ 
https://issues.apache.org/jira/browse/HIVE-17604?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16180582#comment-16180582
 ] 

Hive QA commented on HIVE-17604:




Here are the results of testing the latest attachment:
https://issues.apache.org/jira/secure/attachment/12889005/HIVE-17604.patch

{color:green}SUCCESS:{color} +1 due to 1 test(s) being added or modified.

{color:red}ERROR:{color} -1 due to 8 failed/errored test(s), 11063 tests 
executed
*Failed tests:*
{noformat}
TestAccumuloCliDriver - did not produce a TEST-*.xml file (likely timed out) 
(batchId=231)
TestDummy - did not produce a TEST-*.xml file (likely timed out) (batchId=231)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[mapjoin_memcheck] 
(batchId=40)
org.apache.hadoop.hive.cli.TestCliDriver.testCliDriver[optimize_join_ptp] 
(batchId=70)
org.apache.hadoop.hive.cli.TestMiniLlapLocalCliDriver.testCliDriver[union_fast_stats]
 (batchId=156)
org.apache.hadoop.hive.cli.TestMiniSparkOnYarnCliDriver.testCliDriver[spark_explainuser_1]
 (batchId=170)
org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query14] 
(batchId=235)
org.apache.hadoop.hive.cli.TestPerfCliDriver.testCliDriver[query23] 
(batchId=235)
{noformat}

Test results: https://builds.apache.org/job/PreCommit-HIVE-Build/6987/testReport
Console output: https://builds.apache.org/job/PreCommit-HIVE-Build/6987/console
Test logs: http://104.198.109.242/logs/PreCommit-HIVE-Build-6987/

Messages:
{noformat}
Executing org.apache.hive.ptest.execution.TestCheckPhase
Executing org.apache.hive.ptest.execution.PrepPhase
Executing org.apache.hive.ptest.execution.ExecutionPhase
Executing org.apache.hive.ptest.execution.ReportingPhase
Tests exited with: TestsFailedException: 8 tests failed
{noformat}

This message is automatically generated.

ATTACHMENT ID: 12889005 - PreCommit-HIVE-Build

> Add druid properties to conf white list
> ---
>
> Key: HIVE-17604
> URL: https://issues.apache.org/jira/browse/HIVE-17604
> Project: Hive
>  Issue Type: Improvement
>  Components: Configuration, Druid integration
>Affects Versions: 2.2.0, 2.3.0
>Reporter: Ashutosh Chauhan
>Assignee: Ashutosh Chauhan
> Attachments: HIVE-17604.patch
>
>
> Currently throws:
> Error: Error while processing statement: Cannot modify 
> hive.druid.select.distribute at runtime. It is not in list of params that are 
> allowed to be modified at runtime (state=42000,code=1)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)