支持s3是cubestore 一个很不错的特性,可以提高系统的扩展性 参考修改 主要是添加endpoint 以及配置使用path格式请求 s3.rs impl S3RemoteFs { pub fn new( dir: PathBuf, region: String, endpoint:String ...
分类:
其他好文 时间:
2021-05-04 15:33:00
阅读次数:
0
今天五一劳动节的一大早 5:50-6:30 期间,我们使用的阿里云 RDS SQL Server 数据库实例再次出现 CPU 100% 问题,引发全站故障,由此给您带来麻烦,请您谅解。 我们发现故障后立即进行主备切换,与上次故障不同的是,这次主备切换没有成功,再次切换,依然没有成功,后来尝试重启实例 ...
分类:
数据库 时间:
2021-05-04 15:18:46
阅读次数:
0
S3 File Size Single S3 Object can range in size from 0 bytes to 5TB Largest object that can be uploaded in a single PUT request is 5GB For Objects lar ...
分类:
其他好文 时间:
2021-05-03 12:56:01
阅读次数:
0
Serverless deployment is a key consideration when starting to write software using Function-as-a-Service services such as AWS Lambda. In the beginning ...
分类:
其他好文 时间:
2021-05-03 11:50:17
阅读次数:
0
1.json对象 JSON.parseObject(jsonObject.get("data").toString(), SettlementList.class); 2.json数组 List<DoctorAdviceRecords> doctorAdviceRecords = JSON.pars ...
分类:
数据库 时间:
2021-04-26 13:34:24
阅读次数:
0
Create an IAM User Give Admin access Create DynamoDB Table 1) Create facts table: **** (use ^ - Shift + 6 if you are a windows user, not \) **** aws d ...
分类:
数据库 时间:
2021-04-24 13:25:08
阅读次数:
0
Cloud computing models: With cloud deployment, nothing is installed on premise, but an Internet connection and network infrastructure solutions With h ...
分类:
其他好文 时间:
2021-04-21 12:22:48
阅读次数:
0
项目部署到腾讯云之后就是感觉慢,然后就加钱买了一个SSD,实测发现,好像比我撸代码的机器上的SATA的机械硬盘提升不大 这是我的机械硬盘,到最后的时候读取有一点慢下来 下边是腾讯云的ssd,去掉一开头爆发的185(即使这样,也干不过我机械的200啊),数据稳定到130左右 特别是突发,真是落后机械硬 ...
分类:
其他好文 时间:
2021-04-21 12:01:56
阅读次数:
0
一、词频统计: 读文本文件生成RDD lines lines=sc.textFile("file:///usr/local/spark/mycode/rdd/word.txt") lines.foreach(print) 将一行一行的文本分割成单词 words flatmap() words=lin ...
分类:
其他好文 时间:
2021-04-20 14:04:55
阅读次数:
0
开启trim,可以给SSD写入提速的一种模式,打开关于本机→系统报告→sata(查看trim状态)显示否的话就继续往下操作开启trim, 打开终端输入 sudo trimforce enable 回车,输入密码 回车 接着输入Y回车 等待提示成功自动重启电脑,如果没有重启就手动重启一下再去查看tri ...
分类:
系统相关 时间:
2021-04-19 15:03:18
阅读次数:
0