摘要:
当我们在使用spark1.6的时候,当我们创建SQLContext读取一个文件之后,返回DataFrame类型的变量可以直接.map操作,不会报错。但是升级之后会包一个错误,如下: 报错:No implicits found for parameter evidence$6: Encoder[Uni 阅读全文
摘要:
问题: 在开启虚拟机的时候报: VMware Workstation cannot connect to the virtual machine. Make sure you have rights to run the program, access all directories the pro 阅读全文
摘要:
要想使用Hive先要有hadoop集群的支持,使用本地把元数据存储在mysql中。 mysql要可以远程连接: 可以设置user表,把localhost改为%,所有可连接。记住删除root其他用户,不然可能会有影响 update user set host='%' where host='local 阅读全文