2019年,3月存档

张映 发表于 2019-03-05

分类目录: linux

好长时间没有装dell的服务器,上次装dell机器还在2015年。一直都是用阿里云。考虑到成本等各方面因素,还是选择了,购买机器。

测试服务器,用u盘安装没问题,正式服务器,用u盘装,提示找不到启动盘。

阅读全文>>

张映 发表于 2019-03-05

分类目录: hadoop/spark/scala

相同功能的spark submit提交了二次,竟然也都成功了。查看applications也有二个。

阅读全文>>

张映 发表于 2019-03-04

分类目录: hadoop/spark/scala

想要了解kafka的信息,工具挺多,推荐使用雅虎开源的Kafka-manager。

阅读全文>>

张映 发表于 2019-03-01

分类目录: apache/nginx, nodejs/vue/js/jquery

前端后数据分离后,跨域问题肯定存在的。解决办法cors,jsonp解决跨域问题,当然服务端要设置信认。也可以设置成同域,这样跨域问题就不存在了。

阅读全文>>

张映 发表于 2019-03-01

分类目录: hadoop/spark/scala

通过8088查看Applications任务的logs时,会报以下错误,

Failed while trying to construct the redirect url to the log server.Log Server url may not be configured java.lang.Exception:Unknown container.Container either has not started or has already completed or doesn't belong to this node at all.

阅读全文>>