spark
文章平均质量分 60
皮卡圈快使用十万伏特
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
[spark-hash学习]minhash算法实现细节
Implementation Details Implementation of LSH follows the rough steps minhash each vector some number of times. The number of times to hash is an input parameter. The hashing function is defined in原创 2017-03-12 13:33:37 · 4730 阅读 · 0 评论 -
[error] java.net.UnknownHostException: oo-pc: oo-pc: unknown error
问题背景:使用maven配置spark环境,在idea运行和使用submit命令在本地运行都出现程序报错 问题:未知主机名 解决:修改本地hots文件,添加本地主机映射 如图添加: 127.0.0.1 hostname ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 使用v原创 2018-01-03 12:49:07 · 668 阅读 · 0 评论
分享