只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2020-04-30 15:57 suphowe 阅读(2) 评论(0) 推荐(0)
摘要: code:http响应状态码 status:响应状态 message: 响应信息 data:响应数据 maven引入json工具 <!-- json --> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</ 阅读全文
posted @ 2020-03-18 15:47 suphowe 阅读(946) 评论(0) 推荐(0)
摘要: 1.安装依赖项 安装openssl sudo apt-get install openssl libssl-dev 安装pcre sudo apt-get install libpcre3 libpcre3-dev 安装zlib sudo apt-get install zlib1g-dev 2.将 阅读全文
posted @ 2020-02-23 13:09 suphowe 阅读(416) 评论(0) 推荐(0)
摘要: 下载 http://spark.apache.org/downloads.html 安装 1.解压并重命名包 tar -xvf spark-3.0.0-preview2-bin-hadoop2.7.tgzmv spark-3.0.0-preview2-bin-hadoop2.7 spark 2.在s 阅读全文
posted @ 2020-01-09 13:56 suphowe 阅读(815) 评论(0) 推荐(0)
摘要: 1.下载hive http://mirror.bit.edu.cn/apache/hive/ 2.解压文件 tar -xvf apache-hive-3.1.2-bin.tar.gz 修改名称 mv apache-hive-3.1.2 hive 3.配置环境变量 1.修改~/.bashrc文件 vi 阅读全文
posted @ 2020-01-09 09:32 suphowe 阅读(499) 评论(0) 推荐(0)
摘要: 1.解压hbase并修改名称 2.配置hbase 修改conf/hbase-site.xml <?xml version="1.0"?> <?xml-stylesheet type="text/xsl" href="configuration.xsl"?> <!-- /** * * Licensed 阅读全文
posted @ 2020-01-08 16:19 suphowe 阅读(531) 评论(0) 推荐(0)
摘要: 1.进入VirtualBox安装目录 d: cd \Oracle\VirtualBox6 2.查看现有虚拟机大小 .\VBoxManage.exe list hdds 3.修改大小 .\VBoxManage.exe modifyhd bf0e168c-ef38-404f-8ff8-b761703ae 阅读全文
posted @ 2020-01-06 15:46 suphowe 阅读(2260) 评论(0) 推荐(0)
摘要: Ubuntu16.04 安装Docker https://www.cnblogs.com/suphowe/p/12134016.html 1.安装 1.1 获取HUE镜像 sudo docker pull gethue/hue:latest 1.2 编译镜像 hue-base位于 /var/lib/ 阅读全文
posted @ 2020-01-03 09:31 suphowe 阅读(1233) 评论(0) 推荐(1)
摘要: Docker 是一个开源的应用容器引擎,让开发者可以打包他们的应用以及依赖包到一个可移植的容器中,然后发布到任何流行的Linux机器或Windows 机器上,也可以实现虚拟化,容器是完全使用沙箱机制,相互之间不会有任何接口。 1.安装步骤 1.1 更新apt包 sudo apt-get update 阅读全文
posted @ 2020-01-02 17:08 suphowe 阅读(333) 评论(0) 推荐(0)
只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2020-01-02 15:02 suphowe 阅读(26) 评论(0) 推荐(0)