Skip to content

Commit

Permalink
Solving 'Hot Region' problem in HBase by adding Slat
Browse files Browse the repository at this point in the history
  • Loading branch information
asdf2014 committed Aug 15, 2023
1 parent 2bc3eea commit 2aeb655
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions yuzhouwan-bigdata/yuzhouwan-bigdata-hbase/README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,13 @@
# Add Slat for solving 'Hot Region' Problem in HBase
# Solving 'Hot Region' problem in HBase by adding Slat

## Windows

### Download

#### Google Protocol Buffers

```bash
wget https://github.com/google/protobuf/releases/download/v3.1.0/protoc-3.1.0-win32.zip -c -O protoc-3.1.0-win32.zip
```

### Code

#### DataProtos.proto
# Download google protocol buffers
$ wget https://github.com/google/protobuf/releases/download/v3.9.1/protoc-3.9.1-win32.zip -c -O protoc-3.9.1-win32.zip

linked to resources/salt/DataProtos.proto

### Generate

#### Proto

```bash
protoc.exe DataProtos.proto --java_out=.
# Generate code to resources/salt/DataProtos.proto
$ protoc.exe DataProtos.proto --java_out=.
```

## MacOS
Expand Down

0 comments on commit 2aeb655

Please sign in to comment.