File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
docs/modules/hdfs/examples/getting_started Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 108
108
109
109
echo " Awaiting HDFS rollout finish"
110
110
# tag::watch-hdfs-rollout[]
111
- kubectl rollout status --watch --timeout=5m statefulset/simple-hdfs-datanode-default
112
- kubectl rollout status --watch --timeout=5m statefulset/simple-hdfs-namenode-default
113
- kubectl rollout status --watch --timeout=5m statefulset/simple-hdfs-journalnode-default
111
+ kubectl rollout status --watch --timeout=10m statefulset/simple-hdfs-datanode-default
112
+ kubectl rollout status --watch --timeout=10m statefulset/simple-hdfs-namenode-default
113
+ kubectl rollout status --watch --timeout=10m statefulset/simple-hdfs-journalnode-default
114
114
# end::watch-hdfs-rollout[]
115
115
116
116
echo " Creating Helper"
Original file line number Diff line number Diff line change 108
108
109
109
echo " Awaiting HDFS rollout finish"
110
110
# tag::watch-hdfs-rollout[]
111
- kubectl rollout status --watch --timeout=5m statefulset/simple-hdfs-datanode-default
112
- kubectl rollout status --watch --timeout=5m statefulset/simple-hdfs-namenode-default
113
- kubectl rollout status --watch --timeout=5m statefulset/simple-hdfs-journalnode-default
111
+ kubectl rollout status --watch --timeout=10m statefulset/simple-hdfs-datanode-default
112
+ kubectl rollout status --watch --timeout=10m statefulset/simple-hdfs-namenode-default
113
+ kubectl rollout status --watch --timeout=10m statefulset/simple-hdfs-journalnode-default
114
114
# end::watch-hdfs-rollout[]
115
115
116
116
echo " Creating Helper"
You can’t perform that action at this time.
0 commit comments