随笔分类 - 错误总结
摘要:错误1 A problem occurred configuring root project '����ʶ��'. > Could not resolve all files for configuration ':classpath'. > Could not resolve com.andro
阅读全文
摘要:报错1:Command “python setup.py egg_info“ failed with error code 1 in /tmp/pip-build-* # 解决方案:升级pip pip install --upgrade pip 报错2 [root@bogon home]# pip
阅读全文
摘要:错误还原 # gitlab使用Bitbucket注册登录,执行 git push 命令,使用token验证报错如下 dogle@DESKTOP-KI961IK MINGW64 /d/workspaces/xxx (main) $ git push remote: HTTP Basic: Access
阅读全文
摘要:报错1 ModuleNotFoundError: No module named 'numpy.testing.nosetester' 解决方案 pip install numpy==1.17.0 报错2 SyntaxError: (unicode error) 'unicodeescape' co
阅读全文
摘要:错误还原 ychen@DESKTOP-49HGBQ1 MINGW64 /c/work/git/machine_vision (main) $ git push Enumerating objects: 6, done. Counting objects: 100% (6/6), done. Delt
阅读全文
摘要:报错1:进入sqoop容器,执行脚本时报错 [root@15b0369d3f2a one_make]# ssh full_import_tables.sh ssh: Could not resolve hostname full_import_tables.sh: Name or service n
阅读全文
摘要:错误描述 # datax/job目录下编写json文件,用于将hive表中数据同步到mysql,执行json报错如下 [root@slave1 datax]# python bin/datax.py -p"-Dexportdir=/warehouse/edu/ads/ads_user_user_ch
阅读全文
摘要:错误描述 # 启动hadoop集群后DataNode不显示 # 执行命令 hdfs dfs -ls -R / 不起作用 解决方案 # 先重启并格式化 hdfs namenode -format # 如果不起作用 # 删除data目录并新建 cd /opt/software/hadoop-2.9.2/
阅读全文
摘要:错误1 hive (edu)> insert into huanhuan values(1,'haoge'); Query ID = root_20240110071417_fe1517ad-3607-41f4-bdcf-d00b98ac443e Total jobs = 1 Launching J
阅读全文
摘要:错误1 # 重写数据 hive (edu)> insert overwrite table dwd_trade_cart_add_inc > select data.id, > data.user_id, > data.course_id, > date_format(data.create_tim
阅读全文
摘要:报错1 hive> show databases; OK Failed with exception java.io.IOException:java.lang.RuntimeException: Error in configuring object Time taken: 0.474 secon
阅读全文
摘要:修改hadoop配置 vi /usr/local/software/hadoop-2.9.2/etc/hadoop/yarn-site.xml # 添加如下 <configuration> <property> <name>yarn.nodemanager.resource.memory-mb</n
阅读全文
摘要:报错1:执行到如下就不执行了,没有显示Successfully registered new MBean. [root@slave1 bin]# /usr/local/software/flume-1.9.0/bin/flume-ng agent -n a1 -c /usr/local/softwa
阅读全文
摘要:hbase和flume查看版本时显示如下 [root@slave1 flume-1.9.0]# hbase version 错误: 找不到或无法加载主类 org.apache.hadoop.hbase.util.GetJavaProperty SLF4J: Class path contains m
阅读全文
摘要:错误描述 # 启动maxwell,jps查看没有显示maxwell的进程 /opt/software/maxwell/bin/maxwell --config /opt/software/maxwell/config.properties --daemon # 使用前台启动 /opt/softwar
阅读全文
摘要:报错1 [root@slave1 data_mocker]# kafka-console-consumer.sh --bootstrap-server slave1:9092 --topic topic_db [2023-12-19 18:31:12,770] WARN [Consumer clie
阅读全文
摘要:在centos7.6上使用rpm包安装了mysql8.0.35,现在使用pip安装MySQL-python # 安装wget yum -y install wget # 安装pip wget https://bootstrap.pypa.io/get-pip.py curl https://boot
阅读全文
摘要:虚拟及没有启动任何服务器查看jps会显示jps,如果没有显示任何东西 [root@slave2 ~]# jps 9647 Jps 解决方案 # 进入/tmp查看 [root@slave1 dfs]# cd /tmp [root@slave1 tmp]# ll 总用量 48 drwxr-xr-x. 2
阅读全文
摘要:报错1:mysql账号密码、数据库名、ip、端口都没有问题,仍然报错 2023-12-18 23:49:57.550 [main] WARN Engine - prioriy set to 0, because NumberFormatException, the value is: null 20
阅读全文
摘要:启动hadoop,jps查看报错 [root@slave1 home]# jps 7798 -- process information unavailable 7081 -- process information unavailable 查看进程是否存在 [root@slave1 home]#
阅读全文