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 七月逆流 阅读(347) 评论(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 七月逆流 阅读(1745) 评论(0) 推荐(1)