zstan commented on a change in pull request #9909:
URL: https://github.com/apache/ignite/pull/9909#discussion_r835121933
##########
File path: modules/calcite/README.txt
##########
@@ -4,7 +4,36 @@ Apache Ignite Calcite Module
Apache Ignite Calcite module provides experimental Apache Calcite based query
engine.
To enable Calcite based engine explicit `CalciteQueryEngineConfiguration`
instance should be added to
-`SqlConfiguration.QueryEnginesConfiguration` property (see
`SqlConfiguration.setQueryEnginesConfiguration()`).
+`SqlConfiguration.QueryEnginesConfiguration` property (see
`SqlConfiguration.setQueryEnginesConfiguration()`) or
./config/queries-default.xml.
+Config example:
+
+<bean id="queries.cfg"
class="org.apache.ignite.configuration.IgniteConfiguration">
+ <property name="clientConnectorConfiguration">
+ <bean
class="org.apache.ignite.configuration.ClientConnectorConfiguration">
+ <property name="host" value="127.0.0.1"/>
+ <property name="port" value="10800"/>
+ <property name="portRange" value="10"/>
+ </bean>
+ </property>
Review comment:
explicit always preferable and more readable that implicit i just want
to show dependency between port in config and jdbc url.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]