Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
MySetup
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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
TongZuu
MySetup
Commits
a1d16aef
Commit
a1d16aef
authored
Feb 03, 2017
by
TongZuu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parent
f17431ce
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
0 deletions
+23
-0
CassandraSetup
CassandraSetup
+23
-0
No files found.
CassandraSetup
0 → 100644
View file @
a1d16aef
### config conf/cassandra.yaml for connect cql
set - start_rpc : true
set - rpc_address : your ip address
### config conf/cassandra.yaml for cluster
set - cluster_name : Zeeme Cluster
set - seeds : 10.1.1.80,10.1.1.81,10.1.1.82,10.1.1.83,10.1.1.84,10.1.1.92,10.1.1.93
192.168.30.31,192.168.30.32,192.168.30.33,192.168.30.34,192.168.30.35
set - listen_address : your ip address
set - endpoint_snitch : GossipingPropertyFileSnitch
add - auto_bootstrap: false
##3 remove temp data for new init cluster
remove - rm -rf data/data/system/*
### config firewall ปิดไปก่อน ค่อยมาจัดการทีหลัง
set - systemctl stop firewalld
set - systemctl disable firewalld
### config /etc/hosts for check access hostname
set - your hostname into line 127.0.0.1
\ No newline at end of file
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