Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
O
operating-vehicle
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杜发飞
operating-vehicle
Commits
dac9c849
Commit
dac9c849
authored
Oct 22, 2019
by
杜发飞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
ca707970
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
src/main/resources/ignite.xml
+7
-3
No files found.
src/main/resources/ignite.xml
View file @
dac9c849
...
...
@@ -5,16 +5,20 @@
http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd"
>
<bean
class=
"org.apache.ignite.configuration.IgniteConfiguration"
>
<property
name=
"igniteInstanceName"
value=
"sparkIgnite"
/>
<property
name=
"clientMode"
value=
"true"
/>
<property
name=
"consistentId"
value=
"node"
/>
<property
name=
"peerClassLoadingEnabled"
value=
"true"
/>
<!-- 配置客户端节点名称 -->
<property
name=
"igniteInstanceName"
value=
"sparkIgnite"
/>
<!-- 连接超时时间(server重启时客户端自动重连(value时间内服务端若重启客户端会自动重连)) -->
<property
name=
"networkTimeout"
value=
"60000"
/>
<!-- 客户端关闭metrics日志打印(value类型long 设置60*1000L即为1分钟刷新一次metrics日志,设置为0即关闭) -->
<property
name=
"metricsLogFrequency"
value=
"0"
/>
<property
name=
"discoverySpi"
>
<bean
class=
"org.apache.ignite.spi.discovery.zk.ZookeeperDiscoverySpi"
>
<property
name=
"zkConnectionString"
value=
"10.197.236.211:2181,10.197.236.212:2181,10.197.236.213:2181"
/>
<property
name=
"sessionTimeout"
value=
"30000"
/>
<property
name=
"zkRootPath"
value=
"/apacheIgnite"
/>
<property
name=
"joinTimeout"
value=
"
1000
0"
/>
<property
name=
"joinTimeout"
value=
"0"
/>
</bean>
</property>
</bean>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment