<?xml version="1.0" encoding="utf-8" ?><rss version="2.0"><channel><title><![CDATA[weixin_53359823的博客]]></title><description><![CDATA[]]></description><link>https://blog.csdn.net/weixin_53359823</link><language>zh-cn</language><generator>https://blog.csdn.net/</generator><copyright><![CDATA[Copyright &copy; weixin_53359823]]></copyright><item><title><![CDATA[关于知行合一，先知还是先行？]]></title><link>https://blog.csdn.net/weixin_53359823/article/details/150950701</link><guid>https://blog.csdn.net/weixin_53359823/article/details/150950701</guid><author>weixin_53359823</author><pubDate>Thu, 28 Aug 2025 14:13:02 +0800</pubDate><description><![CDATA[本文以探讨为主，我讲的不一定是对的，您觉得我讲的不好，请指出，然后您可以坚信自己是对的，我这一小文，不是为了改变谁的。
这个问题，不同人有不同的答案，答案没有绝对。我开头先给出结论，后面再结合案例讲讲为什么？其实从投资配置之理论就可以给出结论，
对于多行少知的人，应该加强自己多知，先知
对于少行多知的人，应该加强自己多行，敢行从程序员二分法程序来说，如果对于一张纸张，里面有个红点（宝藏），如果每次划一条线，分为两张纸，接着在其中一张包含宝藏的纸中，继续划线，分两半，直到找到宝藏
那么怎么才能最快速，最理性的]]></description><category></category></item><item><title><![CDATA[Percona XtraBackup MySQL备份]]></title><link>https://blog.csdn.net/weixin_53359823/article/details/150273779</link><guid>https://blog.csdn.net/weixin_53359823/article/details/150273779</guid><author>weixin_53359823</author><pubDate>Tue, 12 Aug 2025 16:09:42 +0800</pubDate><description><![CDATA[下载 percona-release 存储库包。apt 安装下载的软件包及其依赖项。安装 LZ4 或 ZSTD 压缩。安装过程中遇到任何错误，查看日志。准备备份（应用redo log）刷新本地缓存，更新包裹信息。第二次增量（基于前次增量）第一次增量（基于全量）-- 授予必要的权限。]]></description><category></category></item><item><title><![CDATA[hdfs web Couldn‘t upload the file]]></title><link>https://blog.csdn.net/weixin_53359823/article/details/150273471</link><guid>https://blog.csdn.net/weixin_53359823/article/details/150273471</guid><author>weixin_53359823</author><pubDate>Tue, 12 Aug 2025 16:05:14 +0800</pubDate><description><![CDATA[各节点jps，查看进程是否正常，namenode，datanode。window 电脑主机hosts，映射文件配置，报的是代理问题，把网络代理关闭，再次上传，可以了。上面都没问题，f12上传后查看报什么错。]]></description><category></category></item><item><title><![CDATA[mysql 启动 很长时间 没有反应 systemctl start mysql]]></title><link>https://blog.csdn.net/weixin_53359823/article/details/149811843</link><guid>https://blog.csdn.net/weixin_53359823/article/details/149811843</guid><author>weixin_53359823</author><pubDate>Thu, 31 Jul 2025 18:59:26 +0800</pubDate><description><![CDATA[mysql数据库启动]]></description><category></category></item><item><title><![CDATA[Error: java.lang.RuntimeException: PipeMapRed.waitOutputThreads(): subprocess failed with code 1]]></title><link>https://blog.csdn.net/weixin_53359823/article/details/143272436</link><guid>https://blog.csdn.net/weixin_53359823/article/details/143272436</guid><author>weixin_53359823</author><pubDate>Thu, 31 Jul 2025 18:54:23 +0800</pubDate><description><![CDATA[hadoop mapreduce python]]></description><category></category></item><item><title><![CDATA[Java多线程（详解+代码）]]></title><link>https://blog.csdn.net/weixin_53359823/article/details/140519655</link><guid>https://blog.csdn.net/weixin_53359823/article/details/140519655</guid><author>weixin_53359823</author><pubDate>Thu, 18 Jul 2024 13:47:17 +0800</pubDate><description><![CDATA[进程是指在操作系统中运行的一个程序实例。每个进程都有自己独立的内存空间、程序计数器、寄存器和堆栈等。线程是进程内的执行单元。一个进程可以包含多个线程，它们共享进程的内存空间和系统资源。进程是程序的执行实例，拥有独立的资源和内存空间；而线程是进程内的执行单元，共享进程的资源和内存空间。进程之间是相互独立的，而线程之间共享同一进程的上下文和资源。]]></description><category></category></item><item><title><![CDATA[org.apache.spark.SparkUpgradeException: You may get a different result due to the upgrading of Spark]]></title><link>https://blog.csdn.net/weixin_53359823/article/details/137667805</link><guid>https://blog.csdn.net/weixin_53359823/article/details/137667805</guid><author>weixin_53359823</author><pubDate>Wed, 17 Jul 2024 21:14:18 +0800</pubDate><description><![CDATA[【代码】org.apache.spark.SparkUpgradeException: You may get a different result due to the upgrading of Spark。]]></description><category></category></item><item><title><![CDATA[python 读取 hdfs 数据]]></title><link>https://blog.csdn.net/weixin_53359823/article/details/139105372</link><guid>https://blog.csdn.net/weixin_53359823/article/details/139105372</guid><author>weixin_53359823</author><pubDate>Wed, 17 Jul 2024 21:12:08 +0800</pubDate><description><![CDATA[hdfs_ip写入自己的hdfs namenode主机的ip，端口号自己修改，用户名自己修改。使用python hdfs库 进行访问hdfs。]]></description><category></category></item><item><title><![CDATA[hadoop103: Permission denied (publickey,gssapi-keyex,gssapi-with-mic,password).]]></title><link>https://blog.csdn.net/weixin_53359823/article/details/137263255</link><guid>https://blog.csdn.net/weixin_53359823/article/details/137263255</guid><author>weixin_53359823</author><pubDate>Wed, 10 Apr 2024 23:04:36 +0800</pubDate><description><![CDATA[在启动hadoop服务的时候，遇到了这个问题：这个一看就是，密钥问题于是ssh 主机名就行测试需要输入密码，就说明这里有问题。]]></description><category></category></item><item><title><![CDATA[This private key will be ignored.Load key “assig2.pem“: bad permissionsPermission denied (publicke]]></title><link>https://blog.csdn.net/weixin_53359823/article/details/137302024</link><guid>https://blog.csdn.net/weixin_53359823/article/details/137302024</guid><author>weixin_53359823</author><pubDate>Wed, 10 Apr 2024 23:03:46 +0800</pubDate><description><![CDATA[修改密钥权限。]]></description><category></category></item><item><title><![CDATA[本地linux怎样先亚马逊云服务器上传文件]]></title><link>https://blog.csdn.net/weixin_53359823/article/details/137302702</link><guid>https://blog.csdn.net/weixin_53359823/article/details/137302702</guid><author>weixin_53359823</author><pubDate>Sat, 06 Apr 2024 00:20:44 +0800</pubDate><description><![CDATA[使用亚马逊云服务器的密钥，并通过srp命令，]]></description><category></category></item><item><title><![CDATA[linux E: You don‘t have enough free space in /var/cache/apt/archives/. 空间不足]]></title><link>https://blog.csdn.net/weixin_53359823/article/details/137300404</link><guid>https://blog.csdn.net/weixin_53359823/article/details/137300404</guid><author>weixin_53359823</author><pubDate>Sat, 06 Apr 2024 00:19:03 +0800</pubDate><description><![CDATA[在ubuntu的亚马逊云计算机平台上，apt install的时候，报错，空间不足。]]></description><category></category></item><item><title><![CDATA[pycharm pyspark连接虚拟机的hive表 读取数据]]></title><link>https://blog.csdn.net/weixin_53359823/article/details/137330156</link><guid>https://blog.csdn.net/weixin_53359823/article/details/137330156</guid><author>weixin_53359823</author><pubDate>Thu, 04 Apr 2024 11:01:17 +0800</pubDate><description><![CDATA[【代码】pycharm pyspark连接虚拟机的hive表 读取数据。]]></description><category></category></item><item><title><![CDATA[Hbase org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server is not running yet]]></title><link>https://blog.csdn.net/weixin_53359823/article/details/137362336</link><guid>https://blog.csdn.net/weixin_53359823/article/details/137362336</guid><author>weixin_53359823</author><pubDate>Thu, 04 Apr 2024 10:59:15 +0800</pubDate><description><![CDATA[【代码】Hbase org.apache.hadoop.hbase.ipc.ServerNotRunningYetException: Server is not running yet。]]></description><category></category></item><item><title><![CDATA[pyspark TypeError: code() argument 13 must be str, not int]]></title><link>https://blog.csdn.net/weixin_53359823/article/details/137093096</link><guid>https://blog.csdn.net/weixin_53359823/article/details/137093096</guid><author>weixin_53359823</author><pubDate>Fri, 29 Mar 2024 17:46:23 +0800</pubDate><description><![CDATA[pyspark3.0.0执行pyspark demo代码 报错。]]></description><category></category></item><item><title><![CDATA[hive 初始化失败Caused by: com.mysql.cj.exceptions.CJCommunicationsException: Communications link failure]]></title><link>https://blog.csdn.net/weixin_53359823/article/details/137152217</link><guid>https://blog.csdn.net/weixin_53359823/article/details/137152217</guid><author>weixin_53359823</author><pubDate>Fri, 29 Mar 2024 17:44:53 +0800</pubDate><description><![CDATA[我用的是ubuntu系统，有些在my.cnf里面修改。]]></description><category></category></item><item><title><![CDATA[sqoop连接mysql Caused by: javax.net.ssl.SSLException: Received fatal alert: internal_error]]></title><link>https://blog.csdn.net/weixin_53359823/article/details/136977729</link><guid>https://blog.csdn.net/weixin_53359823/article/details/136977729</guid><author>weixin_53359823</author><pubDate>Sun, 24 Mar 2024 16:52:59 +0800</pubDate><description><![CDATA[登录mysql后


我的mysql版本是5.7.x但是我的sqoop的mysql-connect驱动是5.1.x的版本，所以使用下面命令时报错了：


报错：Caused by: javax.net.ssl.SSLException: Received fatal alert: internal_error在连接的时候，加上?useSSL=false]]></description><category></category></item><item><title><![CDATA[ToDesk 高速通道使用已结束]]></title><link>https://blog.csdn.net/weixin_53359823/article/details/136990235</link><guid>https://blog.csdn.net/weixin_53359823/article/details/136990235</guid><author>weixin_53359823</author><pubDate>Sun, 24 Mar 2024 16:52:40 +0800</pubDate><description><![CDATA[原来连接的对象，他的电脑在海外，因此下载向日葵了。]]></description><category></category></item><item><title><![CDATA[Exception in thread “main“ java.lang.NoClassDefFoundError: org/apache/hadoop/fs/FSDataInputStream]]></title><link>https://blog.csdn.net/weixin_53359823/article/details/135289524</link><guid>https://blog.csdn.net/weixin_53359823/article/details/135289524</guid><author>weixin_53359823</author><pubDate>Fri, 29 Dec 2023 14:03:41 +0800</pubDate><description><![CDATA[spark版本：2.3.0。]]></description><category></category></item><item><title><![CDATA[ubuntu20 安装eclipse]]></title><link>https://blog.csdn.net/weixin_53359823/article/details/135181653</link><guid>https://blog.csdn.net/weixin_53359823/article/details/135181653</guid><author>weixin_53359823</author><pubDate>Sun, 24 Dec 2023 14:35:25 +0800</pubDate><description><![CDATA[2.通过 Snapcrafters 安装了 Eclipse 2019-03。1.下载安装eclipse snap软件包。使用eclipse确保已经安装了jdk。在桌面目录，点击eclipse图标即可。3.启动eclipse。]]></description><category></category></item></channel></rss>