随笔 - 314  文章 - 0 评论 - 27 阅读 - 92万
< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

11 2015 档案
如何设置mysql允许外网访问
摘要:修改表,登录mysql数据库,切换到mysql数据库,使用sql语句查看"select host,user from user ;"console:>use mysql;mysql>update user set host = '%' where user ='root';mysql>select ... 阅读全文
posted @ 2015-11-30 12:07 七月逆流 阅读(341) 评论(0) 推荐(0) 编辑
Spark报错:Failed to locate the winutils binary in the hadoop binary path
摘要:之前在mac上调试hadoop程序(mac之前配置过hadoop环境)一直都是正常的。因为工作需要,需要在windows上先调试该程序,然后再转到linux下。程序运行的过程中,报 Failed to locate the winutils binary in the hadoop binary p... 阅读全文
posted @ 2015-11-11 16:42 七月逆流 阅读(1706) 评论(0) 推荐(1) 编辑

点击右上角即可分享
微信分享提示