logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

阿里云使用idea通过hdfs api来上传文件时出现could only be written to 0 of the 1 minReplication nodes.错误

问题描述:使用阿里云服务器,在本地windows电脑上使用idea进行hdfs api操作来上传文件时出现错误如下:org.apache.hadoop.ipc.RemoteException(java.io.IOException): File /a.xlsx could only be written to 0 of the 1 minReplication nodes. There are 1

#阿里云#intellij-idea#hdfs
hive启动报错:Exception in thread “main“ java.lang.NoSuchMethodError: com.google.common.base.Precondition

报错如下Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkArgument(ZLjava/lang/String;Ljava/lang/Object;)Vat org.apache.hadoop.conf.Configuration.set(Config

#hive#大数据
配置frp报错start error: type [http] not support when vhost_http_port is not set

配置frp问题描述服务端配置frpc.ini[common]bind_port = 7000vhost_http_port = 6001客户端配置frpc.ini[common]server_addr = 公网ipserver_port = 7000[ssh]type = tcplocal_ip=192.168.50.130local_port = 8080remote_port=6001报错:s

#http#服务器#ssh
go出现missing go.sum entry for module providing package 错误

前言从github下载了别人的代码后直接执行,报missing go.sum entry for module providing package错误问题分析代码中使用了第三方库,但是go.mod并没有跟着更新解决方法在项目目录下打开终端,执行go mod tidy解决,这个命令会删除不需要的依赖包、下载新的依赖包、更新go.sum...

#golang#开发语言#后端
2021-08-10 HDFS Web报错Couldn‘t preview the file.

在查看文件内容时,在红框位置出现报错“Couldn’t preview the file”解决方法修改hdfs-site.xml,添加配置信息<property><name>dfs.webhdfs.enabled</name><value>true</value></property>配置浏览器所在系统的 hosts 文件wi

#hadoop#大数据#hdfs
到底了