摘要:
1.linux安装jupyter 远程linux首先要安装jupyter,一般通过pycharm安装,会给出提示直接install即可,没有提示pip也可 2.linux设置Jupyter vim ~/.jupyter/jupyter_notebook_config.py 可以配置静态token c 阅读全文
摘要:
问题: JAVA_HOME存在,但启动flink时出现ERROR: JAVA_HOME is not set and could not be found. 原因: 环境变量加载顺序不对 # /etc/profile.d/hadoop.sh # ... export HADOOP_CLASSPATH 阅读全文