[
https://issues.apache.org/jira/browse/DRILL-2339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14343635#comment-14343635
]
Abhishek Girish commented on DRILL-2339:
----------------------------------------
We should possibly separate out startup options from run-time options. And
document the ones which will be exposed to an end user. The discussed option
gets listed along with other options that can be set at run time, but fails on
attempt to modify.
> setting drill.exec.http options fails
> -------------------------------------
>
> Key: DRILL-2339
> URL: https://issues.apache.org/jira/browse/DRILL-2339
> Project: Apache Drill
> Issue Type: Bug
> Components: Functions - Drill
> Reporter: Zhiyong Liu
> Assignee: Daniel Barclay (Drill)
> Fix For: 0.9.0
>
>
> git.commit.id.abbrev=3c85bd8
> git.commit.id=3c85bd8aa412f0a4d361a9a7b3136a03b15c9f37
> 0: jdbc:drill:> alter session set `drill.exec.http.port` = 8046;
> Query failed: SetOptionException: Unknown option: drill.exec.http.port
> Error: exception while executing query: Failure while executing query.
> (state=,code=0)
> 0: jdbc:drill:> alter session set `drill.exec.http.enabled` = false;
> Query failed: SetOptionException: Unknown option: drill.exec.http.enabled
> Error: exception while executing query: Failure while executing query.
> (state=,code=0)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)