摘要:
Pulsar集群和PulsarManager添加JWT认证 阅读全文
摘要:
presto适配高斯数据库 GuassPlugin插件开发(连接器Connector开发) 阅读全文
摘要:
一、镜像源 1、阿里镜像源 http://mirrors.aliyun.com/pypi/simple/ 2、清华镜像源 https://pypi.tuna.tsinghua.edu.cn/simple3、豆瓣镜像源 http://pypi.douban.com/simple/ 4、中国科学技术大学 阅读全文
摘要:
pip install ×× -i https://mirrors.aliyun.com/pypi/simple 阅读全文
摘要:
附,国内各大源列表: 名称 地址阿里 https://mirrors.aliyun.com/pypi/simple豆瓣 http://pypi.douban.com/simple/清华大学 https://pypi.tuna.tsinghua.edu.cn/simple中国科学技术大学 https: 阅读全文
摘要:
在执行Hadoop的创建目录、写数据等情况,可能会出现该异常,而在读文件的时候却不会报错,这主要是由于系统的用户名不同导致的,由于我们进行实际开发的时候都是用Windows操作系统,而编译后的JAVA程序是部署在Linux上的。而Windows的用户名一般都是自定义的或者是administrator 阅读全文
摘要:
(1)启动hiveserver2 前台启动 [atguigu@hadoop102 hive]$ bin/hiveserver2 后台启动 [atguigu@hadoop102 hive]$ nohup bin/hiveserver2 >/dev/null 2>&1 & (1)启动hiveserver 阅读全文