
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
今天用hive执行hql时出现错误:Error: Error while processing statement: FAILED: Execution Error, return code 30041 from org.apache.hadoop.hive.ql.exec.spark.SparkTask. Failed to create Spark client for Spark sessi
绝大部分原因是ip地址没有设置好。1.查看防火墙是不是关闭:systemctl status firewalld永久关闭防火墙:systemctl disable firewalld2.假如已经可以用xshell等工具连接虚拟机,查看/etc/hosts 目录下的ip地址是否和在/etc/hostname中配置的一样本人是/etc/hosts中ip地址不一样的问题。...
今天用hive执行hql时出现错误:Error: Error while processing statement: FAILED: Execution Error, return code 30041 from org.apache.hadoop.hive.ql.exec.spark.SparkTask. Failed to create Spark client for Spark sessi
@Repository(value="userDao")该注解是告诉Spring,让Spring创建一个名字叫“userDao”的UserDaoImpl实例。当Service需要使用Spring创建的名字叫“userDao”的UserDaoImpl实例时,就可以使用@Resource(name = "userDao")注解告诉Spring,Spring把创建
昨天xshell还可以连接上虚拟机,今天晚上下班回来,想搞一下flink,结果xshell怎么也连不上虚拟机。查了网络上的一些解决办法,没有解决。最后google后找到了解决办法:首先说下网络上的大部分解决办法是:将vmnet1属性种的ip地址设置成手动地址,这个手动地址需要和虚拟机的频段相同:例如虚拟机设置为192.168.245.45,那么vmnet1的地址设置为:192.168.245.X,
绝大部分原因是ip地址没有设置好。1.查看防火墙是不是关闭:systemctl status firewalld永久关闭防火墙:systemctl disable firewalld2.假如已经可以用xshell等工具连接虚拟机,查看/etc/hosts 目录下的ip地址是否和在/etc/hostname中配置的一样本人是/etc/hosts中ip地址不一样的问题。...







