会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
一路有你,https://i.cnblogs.com/Preferences.aspx
博客园
首页
新随笔
联系
订阅
管理
2019年12月27日
centos7 修改mysql5.7字符集
摘要: mysql> show variables like '%character%';+ + +| Variable_name | Value |+ + +| character_set_client | utf8 || character_set_connection | utf8 || charac
阅读全文
posted @ 2019-12-27 19:28 一路有你,h
阅读(837)
评论(0)
推荐(0)
2019年12月20日
centos7 修改ip 配置
摘要: centos7 修改ip 1、vi /etc/sysconfig/network-scripts/ifcfg-ens33 ONBOOT=yes(开机启动) BOOTPROTO=static(静态)dhcp-->static IPADDR=192.168.227.38(IP值) GATEWAY=192
阅读全文
posted @ 2019-12-20 21:24 一路有你,h
阅读(2645)
评论(0)
推荐(0)
2019年12月3日
Centos7默认yum源为阿里云源
摘要: 1、加载wget环境 yum install wget -y 2、备份本地yum源 mv /etc/yum.repos.d/CentOS-Base.repo /etc/yum.repos.d/CentOS-Base.repo.backup 3、下载新的CentOS-Base.repo 到/etc/y
阅读全文
posted @ 2019-12-03 08:07 一路有你,h
阅读(546)
评论(0)
推荐(1)
2019年11月7日
Spark流程总结
摘要: Spark流程总结:1、构建spark application的运行环境,启动sparkContext(上下文)2、sparkcontext向资源管理器注册并申请运行executor资源3、资源管理器master分配executor资源并启动StandaloneExecutorBackend4、ex
阅读全文
posted @ 2019-11-07 21:01 一路有你,h
阅读(223)
评论(0)
推荐(0)
2019年10月31日
spark 数据 写入与读取
摘要: //入库object Spark2 { def main(args: Array[String]): Unit = { val conf=new SparkConf() conf.setMaster("local") conf.setAppName("hu") // 创建Spark上下文对象 val
阅读全文
posted @ 2019-10-31 19:30 一路有你,h
阅读(953)
评论(0)
推荐(0)
公告