Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
YiRanCN committed Jun 17, 2024
1 parent 9a1a2b1 commit 6192bab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/study/db/NoSQL/Etcd.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ etcdctl is a command line client for etcd.
./etcdctl get --prefix /apisix/upstreams -w fields
# 只返回key
./etcdctl get --prefix /apisix/routes -w simple --keys-only
./etcdctl get --insecure-skip-tls-verify=true --insecure-transport=false --prefix /apisix/routes -w simple --keys-only
# 返回指定key
./etcdctl get /apisix/routes/488415811682173648
# 更新指定key的value
Expand Down
6 changes: 6 additions & 0 deletions docs/study/db/NoSQL/Hadoop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
### 退出安全模式

```shell
cd /opt/ccsp/hadoop-3.3.6/bin
./hadoop dfsadmin -safemode leave
```

0 comments on commit 6192bab

Please sign in to comment.