Skip to content

Commit

Permalink
Update bin info and link
Browse files Browse the repository at this point in the history
  • Loading branch information
runtodream committed Jan 11, 2024
1 parent c8f424c commit 6212b59
Show file tree
Hide file tree
Showing 6 changed files with 60 additions and 51 deletions.
36 changes: 18 additions & 18 deletions docs/cli-cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -1095,28 +1095,28 @@ export SR2_REDIS_MASTER_HOSTS=( "127.0.0.1" )
export SR2_REDIS_MASTER_PORTS=( $(seq 18300 18304) )

## Slave hosts and ports (optional)
#export SR2_REDIS_SLAVE_HOSTS=( "127.0.0.1" )
#export SR2_REDIS_SLAVE_PORTS=( $(seq 18600 18609) )
[[export]] SR2_REDIS_SLAVE_HOSTS=( "127.0.0.1" )
[[export]] SR2_REDIS_SLAVE_PORTS=( $(seq 18600 18609) )

## only single data directory in redis db and flash db
## Must exist below variables; 'SR2_REDIS_DATA', 'SR2_REDIS_DB_PATH' and 'SR2_FLASH_DB_PATH'
#export SR2_REDIS_DATA="/nvdrive0/nvkvs/redis"
#export SR2_REDIS_DB_PATH="/nvdrive0/nvkvs/redis"
#export SR2_FLASH_DB_PATH="/nvdrive0/nvkvs/flash"
[[export]] SR2_REDIS_DATA="/nvdrive0/nvkvs/redis"
[[export]] SR2_REDIS_DB_PATH="/nvdrive0/nvkvs/redis"
[[export]] SR2_FLASH_DB_PATH="/nvdrive0/nvkvs/flash"

## multiple data directory in redis db and flash db
export SSD_COUNT=3
#export HDD_COUNT=3
[[export]] HDD_COUNT=3
export SR2_REDIS_DATA="~/sata_ssd/ssd_"
export SR2_REDIS_DB_PATH="~/sata_ssd/ssd_"
export SR2_FLASH_DB_PATH="~/sata_ssd/ssd_"

#######################################################
# Example : only SSD data directory
#export SSD_COUNT=3
#export SR2_REDIS_DATA="/ssd_"
#export SR2_REDIS_DB_PATH="/ssd_"
#export SR2_FLASH_DB_PATH="/ssd_"
[[export]] SSD_COUNT=3
[[export]] SR2_REDIS_DATA="/ssd_"
[[export]] SR2_REDIS_DB_PATH="/ssd_"
[[export]] SR2_FLASH_DB_PATH="/ssd_"
#######################################################
```
Expand All @@ -1135,23 +1135,23 @@ export SR2_REDIS_SLAVE_PORTS=( $(seq 18350 18354) )

## only single data directory in redis db and flash db
## Must exist below variables; 'SR2_REDIS_DATA', 'SR2_REDIS_DB_PATH' and 'SR2_FLASH_DB_PATH'
#export SR2_REDIS_DATA="/nvdrive0/nvkvs/redis"
#export SR2_REDIS_DB_PATH="/nvdrive0/nvkvs/redis"
#export SR2_FLASH_DB_PATH="/nvdrive0/nvkvs/flash"
[[export]] SR2_REDIS_DATA="/nvdrive0/nvkvs/redis"
[[export]] SR2_REDIS_DB_PATH="/nvdrive0/nvkvs/redis"
[[export]] SR2_FLASH_DB_PATH="/nvdrive0/nvkvs/flash"

## multiple data directory in redis db and flash db
export SSD_COUNT=3
#export HDD_COUNT=3
[[export]] HDD_COUNT=3
export SR2_REDIS_DATA="~/sata_ssd/ssd_"
export SR2_REDIS_DB_PATH="~/sata_ssd/ssd_"
export SR2_FLASH_DB_PATH="~/sata_ssd/ssd_"

#######################################################
# Example : only SSD data directory
#export SSD_COUNT=3
#export SR2_REDIS_DATA="/ssd_"
#export SR2_REDIS_DB_PATH="/ssd_"
#export SR2_FLASH_DB_PATH="/ssd_"
[[export]] SSD_COUNT=3
[[export]] SR2_REDIS_DATA="/ssd_"
[[export]] SR2_REDIS_DB_PATH="/ssd_"
[[export]] SR2_FLASH_DB_PATH="/ssd_"
#######################################################
```
Expand Down
36 changes: 18 additions & 18 deletions docs/command-line-interface.md
Original file line number Diff line number Diff line change
Expand Up @@ -491,28 +491,28 @@ export SR2_REDIS_MASTER_HOSTS=( "127.0.0.1" )
export SR2_REDIS_MASTER_PORTS=( $(seq 18300 18304) )

## Slave hosts and ports (optional)
#export SR2_REDIS_SLAVE_HOSTS=( "127.0.0.1" )
#export SR2_REDIS_SLAVE_PORTS=( $(seq 18600 18609) )
[[export]] SR2_REDIS_SLAVE_HOSTS=( "127.0.0.1" )
[[export]] SR2_REDIS_SLAVE_PORTS=( $(seq 18600 18609) )

## only single data directory in redis db and flash db
## Must exist below variables; 'SR2_REDIS_DATA', 'SR2_REDIS_DB_PATH' and 'SR2_FLASH_DB_PATH'
#export SR2_REDIS_DATA="/nvdrive0/nvkvs/redis"
#export SR2_REDIS_DB_PATH="/nvdrive0/nvkvs/redis"
#export SR2_FLASH_DB_PATH="/nvdrive0/nvkvs/flash"
[[export]] SR2_REDIS_DATA="/nvdrive0/nvkvs/redis"
[[export]] SR2_REDIS_DB_PATH="/nvdrive0/nvkvs/redis"
[[export]] SR2_FLASH_DB_PATH="/nvdrive0/nvkvs/flash"

## multiple data directory in redis db and flash db
export SSD_COUNT=3
#export HDD_COUNT=3
[[export]] HDD_COUNT=3
export SR2_REDIS_DATA="~/sata_ssd/ssd_"
export SR2_REDIS_DB_PATH="~/sata_ssd/ssd_"
export SR2_FLASH_DB_PATH="~/sata_ssd/ssd_"

#######################################################
# Example : only SSD data directory
#export SSD_COUNT=3
#export SR2_REDIS_DATA="/ssd_"
#export SR2_REDIS_DB_PATH="/ssd_"
#export SR2_FLASH_DB_PATH="/ssd_"
[[export]] SSD_COUNT=3
[[export]] SR2_REDIS_DATA="/ssd_"
[[export]] SR2_REDIS_DB_PATH="/ssd_"
[[export]] SR2_FLASH_DB_PATH="/ssd_"
#######################################################
```
Expand All @@ -531,23 +531,23 @@ export SR2_REDIS_SLAVE_PORTS=( $(seq 18350 18354) )

## only single data directory in redis db and flash db
## Must exist below variables; 'SR2_REDIS_DATA', 'SR2_REDIS_DB_PATH' and 'SR2_FLASH_DB_PATH'
#export SR2_REDIS_DATA="/nvdrive0/nvkvs/redis"
#export SR2_REDIS_DB_PATH="/nvdrive0/nvkvs/redis"
#export SR2_FLASH_DB_PATH="/nvdrive0/nvkvs/flash"
[[export]] SR2_REDIS_DATA="/nvdrive0/nvkvs/redis"
[[export]] SR2_REDIS_DB_PATH="/nvdrive0/nvkvs/redis"
[[export]] SR2_FLASH_DB_PATH="/nvdrive0/nvkvs/flash"

## multiple data directory in redis db and flash db
export SSD_COUNT=3
#export HDD_COUNT=3
[[export]] HDD_COUNT=3
export SR2_REDIS_DATA="~/sata_ssd/ssd_"
export SR2_REDIS_DB_PATH="~/sata_ssd/ssd_"
export SR2_FLASH_DB_PATH="~/sata_ssd/ssd_"

#######################################################
# Example : only SSD data directory
#export SSD_COUNT=3
#export SR2_REDIS_DATA="/ssd_"
#export SR2_REDIS_DB_PATH="/ssd_"
#export SR2_FLASH_DB_PATH="/ssd_"
[[export]] SSD_COUNT=3
[[export]] SR2_REDIS_DATA="/ssd_"
[[export]] SR2_REDIS_DB_PATH="/ssd_"
[[export]] SR2_FLASH_DB_PATH="/ssd_"
#######################################################
```
Expand Down
2 changes: 1 addition & 1 deletion docs/get-started-with-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Remove SWAP Partition (Comment out SWAP partition with using `#` and reboot)

``` bash
...
#/dev/mapper/centos-swap swap swap defaults 0 0
[[/dev/mapper/centos-swap]] swap swap defaults 0 0
...
```

Expand Down
16 changes: 8 additions & 8 deletions docs/how-to-use-flashbase.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,23 +194,23 @@ export SR2_REDIS_SLAVE_PORTS=( $(seq 18150 18159) ) // need to configure in
## only single data directory in redis db and flash db
## Must exist below variables; 'SR2_REDIS_DATA', 'SR2_REDIS_DB_PATH' and 'SR2_FLASH_DB_PATH'
#export SR2_REDIS_DATA="/nvdrive0/nvkvs/redis"
#export SR2_REDIS_DB_PATH="/nvdrive0/nvkvs/redis"
#export SR2_FLASH_DB_PATH="/nvdrive0/nvkvs/flash"
[[export]] SR2_REDIS_DATA="/nvdrive0/nvkvs/redis"
[[export]] SR2_REDIS_DB_PATH="/nvdrive0/nvkvs/redis"
[[export]] SR2_FLASH_DB_PATH="/nvdrive0/nvkvs/flash"
## multiple data directory in redis db and flash db
export SSD_COUNT=3 // need to configure
#export HDD_COUNT=3
[[export]] HDD_COUNT=3
export SR2_REDIS_DATA="/sata_ssd/ssd_" // need to configure. With this settings, '/sata_ssd/ssd_01', '/sata_ssd/ssd_02' and '/sata_ssd/ssd_03' are used.
export SR2_REDIS_DB_PATH="/sata_ssd/ssd_" // need to configure
export SR2_FLASH_DB_PATH="/sata_ssd/ssd_" // need to configure
#######################################################
# Example : only SSD data directory
#export SSD_COUNT=3
#export SR2_REDIS_DATA="/ssd_"
#export SR2_REDIS_DB_PATH="/ssd_"
#export SR2_FLASH_DB_PATH="/ssd_"
[[export]] SSD_COUNT=3
[[export]] SR2_REDIS_DATA="/ssd_"
[[export]] SR2_REDIS_DB_PATH="/ssd_"
[[export]] SR2_FLASH_DB_PATH="/ssd_"
#######################################################
```
Expand Down
17 changes: 13 additions & 4 deletions docs/release-note.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,22 @@
# 1. Recommended Version

[LightningDB ver 1.3.1](https://flashbase.s3.ap-northeast-2.amazonaws.com/latest/lightningdb.release.release.flashbase_v1.3.1.44c438.bin)[^1]
[LightningDB ver 1.3.1](https://drive.google.com/file/d/171jadrc0FI1EESCNBUaYsN--HQnWD-MA/view?usp=sharing)[^1]

# 2. Release Notes

**Ver 1.4.2**

- Date: 2022.06.01
- Download: [LightningDB ver 1.4.2](https://drive.google.com/file/d/171jadrc0FI1EESCNBUaYsN--HQnWD-MA/view?usp=sharing)
- License: free
- Description
- Support Kubernetes


**Ver 1.3.1**

- Date: 2021.06.03
- Download: [LightningDB ver 1.3.1](https://flashbase.s3.ap-northeast-2.amazonaws.com/latest/lightningdb.release.release.flashbase_v1.3.1.44c438.bin)
- Download: [LightningDB ver 1.3.1](https://drive.google.com/file/d/1BDXVLmPygd7YrthI5e4vIN09xBummRGN/view?usp=sharing)
- License: free
- Description
- Support k-NN Search
Expand All @@ -19,7 +28,7 @@
**Ver 1.2.3**

- Date: 2020.07.21
- Download: [LightningDB ver 1.2.3](https://flashbase.s3.ap-northeast-2.amazonaws.com/latest/lightningdb.release.release.flashbase_v1.2.3.45814d.bin)
- Download: [LightningDB ver 1.2.3](https://drive.google.com/file/d/1gjsx-Ng1TvxuLXoF3uKgKp7sfq5YFLgq/view?usp=sharing)
- License: free
- Description
- Nondisruptive scale-out(Adding new nodes)
Expand All @@ -34,7 +43,7 @@
**Ver 1.0**

- Date: 2019.11.20
- Download: [LightningDB ver 1.0](https://flashbase.s3.ap-northeast-2.amazonaws.com/latest/lightningdb.release.master.5a6a38.bin)
- Download: [LightningDB ver 1.0](https://drive.google.com/file/d/1gjsx-Ng1TvxuLXoF3uKgKp7sfq5YFLgq/view?usp=sharing)
- License: free
- Description
- Initial version
Expand Down
4 changes: 2 additions & 2 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,9 +118,9 @@ EXECUTOR_MEMORY=1g // 수정 필요
EXECUTORS=12 // 수정 필요
EXECUTOR_CORES=12 // 수정 필요
#JSON_PATH=~/Flashbase/flashbase-benchmark/json/load_no_skew
[[JSON_PATH]]=~/Flashbase/flashbase-benchmark/json/load_no_skew
JSON_PATH=/home/ltdb/tsr2-test/json // 수정 필요, json file 업데이트 시 kaetlyn 재시작 필요!
#HIVE_METASTORE_URI=thrift://localhost:9083
[[HIVE_METASTORE_URI]]=thrift://localhost:9083
HIVE_METASTORE_URI='' // 수정 필요
KAFKA_CONSUMER_GROUP_ID=nvkvs_redis_connector // 수정 필요
KAFKA_CONSUMING_TOPIC_LIST=nvkvs3 // 수정 필요
Expand Down

0 comments on commit 6212b59

Please sign in to comment.