[
https://issues.apache.org/jira/browse/DRILL-2339?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14340918#comment-14340918
]
Zhiyong Liu commented on DRILL-2339:
------------------------------------
Added in the drill-override.conf:
http: {
enabled: true,
port: 8046
}
Restarted drillbit, and found the following in the log file:
Feb 27, 2015 2:01:22 PM org.eigenbase.sql.validate.SqlValidatorException <init>
SEVERE: org.eigenbase.sql.validate.SqlValidatorException: Column
'drill.exec.http.enabled' not found in any table
Feb 27, 2015 2:01:22 PM org.eigenbase.util.EigenbaseException <init>
SEVERE: org.eigenbase.util.EigenbaseContextException: From line 1, column 43 to
line 1, column 67: Column 'drill.exec.http.enabled' not found in any table
No complaint about drill.exec.http.port.
> 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)
>
> 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)