spark 第三方jar包

./spark-submit –jars $LIBJARS –class test.MyApp –master local myApp.jarweb 在~/.bashrc 加上数据库 for i in `ls /path/to/your/third/party/*.jar` do LIBJARS=$i,$LIBJARS done export LIBJARS=$LIBJARS http://st
相关文章
相关标签/搜索