
报错问题
小辉懂编程
始于热爱,忠于记录,终于研究
展开
-
Dev-C++软件运行C语言报错:[Error] ld returned 1 exit status / cannot open output file F:\anli\Untitled1.exe:
Dev-C++软件运行C语言报错:[Error] ld returned 1 exit status / cannot open output file F:\anli\Untitled1.exe:在网上看了很多解决方案,但是都没用,后面才发现是因为上一次运行程序时,忘记把运行程序关闭,导致无法再次运行。关闭上一次运行打开的程序即可!原创 2024-12-12 20:39:05 · 219 阅读 · 0 评论 -
You may use special comments to disable some warnings.Use // eslint-disable-next-line to ignore th
这些错误和警告来自于你的 JavaScript 和 Vue.js 代码,它们被 ESLint 检测到。ESLint 是一个开源的 JavaScript 代码检查工具,可以在代码编写过程中发现潜在的错误和不符合代码规范的写法。原创 2023-12-26 09:38:33 · 1781 阅读 · 0 评论 -
spark 写入hive报错[笔记]:Caused by: org.apache.spark.SparkException: Job aborted due to stage failure: Tas
Spark将数据写入hive时报错:Exception in thread "main" org.apache.spark.SparkException: Job aborted.Caused by: org.apache.spark.SparkException: Job aborted due to stage failure: Task 0 in stage 2.0 failed 1 times, most recent failure: Lost task 0.0 in stage 2.0 (TID原创 2023-12-15 10:50:15 · 1184 阅读 · 0 评论 -
Spark 写入 hive报错 [笔记]: The format of the existing table ods_7.user_info is `HiveFileFormat`.
Exception in thread "main" org.apache.spark.sql.AnalysisException: The format of the existing table ods_7.user_info is `HiveFileFormat`. It doesn't match the specified format `ParquetDataSourceV2`.原创 2023-12-15 09:56:41 · 514 阅读 · 0 评论 -
null, message from server: “Host ‘192.168.170.1‘ is not allowed to connect to this MySQL server“
远程连接MySQL报错:java.sql.SQLException: null, message from server: "Host '192.168.170.1' is not allowed to connect to this MySQL server"原创 2023-11-15 11:38:32 · 845 阅读 · 0 评论 -
hiv启动报:ConnectException: Call From xxxx/192.168.170.111 to xueai:8020 failed on connection exception
Exception in thread "main" java.lang.RuntimeException: java.net.ConnectException: Call From xueai/192.168.170.111 to xueai:8020 failed on connection exception: java.net.ConnectException: 拒绝连接;看下自己的hadoop集群是否启动【jps】,看是否有没有哪个进程没有启动起来,没有启动起来就查看对应的日志文件。原创 2023-11-15 10:55:27 · 409 阅读 · 0 评论 -
Linux 关闭对应端口号进程
找出端口号端口号进程。原创 2023-11-14 14:48:55 · 520 阅读 · 0 评论 -
hive启动报错:Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClient
java.lang.RuntimeException: Unable to instantiate org.apache.hadoop.hive.ql.metadata.SessionHiveMetaStoreClientCaused by: MetaException(message:Could not connect to meta store using any of the URIs provided. Most recent failure: org.apache.thrift.transpor原创 2023-11-01 10:01:09 · 1353 阅读 · 0 评论 -
spark报错:apache.spark.memory.TaskMemoryManager - Failed to allocate a page (6710 bytes), try again.
17510 [Executor task launch worker for task 2.0 in stage 1.0 (TID 3)] WARN org.apache.spark.memory.TaskMemoryManager - Failed to allocate a page (67108864 bytes), try again.17195 [Executor task launch worker for task 4.0 in stage 1.0 (TID 5)] WARN org.原创 2023-10-20 14:44:52 · 497 阅读 · 0 评论 -
Hadoop启动报错 master: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).
Starting namenodes on [master]master: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).Starting datanodesStarting secondary namenodes [master]master: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).原创 2023-10-18 11:15:43 · 4257 阅读 · 3 评论 -
hive初始化报错:.HiveMetaException: Schema initialization FAILED! Metastore state would be inconsistent !!
org.apache.hadoop.hive.metastore.HiveMetaException: Schema initialization FAILED! Metastore state would be inconsistent !!Underlying cause: java.io.IOException : Schema script failed, errorcode 2org.apache.hadoop.hive.metastore.HiveMetaException: Schema原创 2023-10-17 20:12:37 · 1348 阅读 · 0 评论 -
Sqoop:Exception in thread “main“ java.lang.NoClassDefFoundError: org/apache/commons/lang/StringUtils
Sqoop:Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/lang/StringUtils原创 2023-10-17 16:08:59 · 431 阅读 · 0 评论 -
ssh 报错:Permission denied, please try again.
ssh 报错:Permission denied, please try again.原创 2023-10-17 10:10:09 · 800 阅读 · 0 评论 -
ssh 连接:Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
Permission denied (publickey,gssapi-keyex,gssapi-with-mic).原创 2023-10-16 21:17:07 · 2052 阅读 · 0 评论 -
clickhouse报错:<Error> not match the owner of the data (clickhouse). Run under ‘sudo -u clickhouse‘.
clickhouse报错信息: Application: DB::Exception: Effective user of the process (root) does not match the owner of the data (clickhouse). Run under 'sudo -u clickhouse'.原创 2023-10-13 11:33:32 · 771 阅读 · 0 评论 -
spark集成clickhouse报错: .ClassNotFound Failed to find data source: clickhouse. Please find packages at
Exception in thread "main" java.lang.ClassNotFoundException: Failed to find data source: clickhouse. Please find packages at http://spark.apache.org/third-party-projects.html at org.apache.spark.sql.execution.datasources.DataSource$.lookupDataSource(Da原创 2023-09-25 15:41:02 · 800 阅读 · 0 评论 -
报错:Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)
报错:Code: 210. DB::NetException: Connection refused (localhost:9000). (NETWORK_ERROR)clickhouse-client -m --password 123456 启动 clickhouse命令。cd /var/log/clickhouse-server/ //进入日志文件目录。原创 2023-09-23 18:05:41 · 2932 阅读 · 0 评论 -
(本地安装clickhouse)执行 nstall/doinst.sh时报错: cp: 无法创建普通文件“/usr/bin/clickho
root@bigdata1 clickhouse-common-static-21.9.4.35]# install/doinst.shcp: 无法创建普通文件"/usr/bin/clickhouse": 文本文件忙原创 2023-09-23 11:10:25 · 976 阅读 · 0 评论 -
报错:To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Java heap space -> [Help 1][ERROR][ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.[ERROR] Re-run Maven using the -X switch to enable full debug logging.[ERROR][ERROR] For more information about the errors a原创 2023-09-16 11:04:07 · 10232 阅读 · 2 评论 -
本地引入 Axios 报错
Cannot read properties of undefined (reading 'post') TypeError: Cannot read properties of undefined (reading 'post')原创 2023-09-15 09:10:32 · 782 阅读 · 0 评论 -
报错:ExitCodeException exitCode=-1073741515
下载的合集中包含了缺失或损坏的 C++ 相关文件,通过安装这些文件,可以修复原本导致错误的问题,使程序能够正常运行。Windows操作系统中缺少对于文件,原创 2023-09-06 16:34:28 · 763 阅读 · 0 评论