spark学习

遇到的一些问题

  • 在zsh shell中执行spark-shell --master local[2],报错no matches found: local[2]

解决方案:
执行

1
setopt nonomatch

参考网址https://zpjiang.me/2015/10/17/zsh-no-match-found-local-spark/

1
2
3
4
5
6
7
8
9
st=>start: 开始
op=>operation: 上报事故
cond=>condition: 事故上报状态是否成功(是或否?)
sub1=>subroutine: 子流程
io=>inputoutput: 输入输出框
e=>end: 结束框
st->op->cond
cond(yes)->io->e
cond(no)->sub1(right)->op