2020年6月5日

摘要: 启动 ./presto --server localhost:8080 --catalog hive --schema default - catalog 数据源,可通过多个connector来指定 - schema 数据库 参数 设定coordinator-jvm.config和worker-jv 阅读全文
posted @ 2020-06-05 11:43 扬礼 阅读(835) 评论(0) 推荐(0) 编辑

2020年5月23日

摘要: 介绍 flatbuffer是google发布的一个跨平台序列化框架具有如下特点 1、对序列化的数据不需要打包和拆包 2、内存和效率速度高,扩展灵活 3、代码依赖较少 4、强类型设计,编译期即可完成类型检查 5、使用简单、可跨平台使用 安装 git clone git@github.com:googl 阅读全文
posted @ 2020-05-23 18:44 扬礼 阅读(12896) 评论(0) 推荐(0) 编辑

2020年5月20日

摘要: YARN报错 2017-08-25 03:51:58,815 WARN org.apache.hadoop.ipc.Server: Large response size 4739374 for call org.apache.hadoop.yarn.api.ApplicationClientPro 阅读全文
posted @ 2020-05-20 14:56 扬礼 阅读(943) 评论(0) 推荐(0) 编辑

2019年6月27日

摘要: 1、git clone 使用 git clone 将一个项目下载到本地 2、git checkout -b branchName 新建一个branchName的本地分支 3、git add file/. git add file 添加本地修改的文件 git add . 添加本地所有修改的文件 4、g 阅读全文
posted @ 2019-06-27 22:04 扬礼 阅读(324) 评论(0) 推荐(0) 编辑

2019年6月6日

摘要: 1)环境准备 Maven 3.6.1 python (Anaconda 2.7.16) MySQL 5.7 git 2.21 2)Hue源码下载 git clone git@github.com:arwangasdaf/arwangasdaf.github.io.git 3)编译 1、到hue下执行 阅读全文
posted @ 2019-06-06 21:10 扬礼 阅读(739) 评论(0) 推荐(0) 编辑

导航