
学习路上
文章平均质量分 64
womode
这个作者很懒,什么都没留下…
展开
-
python+pandas 从 excel中地址批量获取经纬度后写入excel
python+pandas 从 excel中地址批量获取经纬度后写入excel原创 2022-10-10 15:16:33 · 1009 阅读 · 0 评论 -
presto 查询hive facebook.presto.spi.PrestoException: ....hadoop.mapred.TextInputFormat
om.facebook.presto.spi.PrestoException: Unable to create input format org.apache.hadoop.mapred.TextInputFormat at com.facebook.presto.hive.HiveUtil.getInputFormat(HiveUtil.java:331) at com.facebook.presto.hive.StoragePartitionLoader.loadPartition(Storage原创 2022-06-15 16:15:48 · 1159 阅读 · 0 评论 -
pentaho bi server 登录出现 Your account has been locked because the number of consecutive log-in failure
Your account has been locked because the number of consecutive log-in failures exceed the maximum allowed.Please contact your administrator for assistance.原创 2022-05-16 14:27:48 · 1179 阅读 · 0 评论 -
kettle 9.2 在centos下运行时 org.pentaho.di.ui.util.EnvironmentUtils@2b0b7e5a - ERROR (version 9.2.0.0-290
错误如下:2022/05/07 16:25:38 - org.pentaho.di.ui.util.EnvironmentUtils@2b0b7e5a - ERROR (version 9.2.0.0-290, build 9.2.0.0-290 from 2021-06-02 06.36.08 by buildguy) : Could not execute command2022/05/07 16:25:38 - org.pentaho.di.ui.util.EnvironmentUtils@2b原创 2022-05-07 16:39:21 · 1778 阅读 · 0 评论 -
Hive select count(1) 报错问题困惑和解决
hive入门时,导数据后,执行:select count(1) from info_house_history;报错:hive (real_estate)> select count(1) from info_house_history;Query ID = root_20220427100959_bf6dedc3-acff-4467-812d-45c15226f385Total jobs = 1Launching Job 1 out of 1Number of reduce task原创 2022-04-27 10:25:30 · 2011 阅读 · 0 评论 -
python 连接hive 安装sasl 遇到的问题 Building wheel for sasl (setup.py) ... error
Building wheel for sasl (setup.py) ... errora\Local\Temp\pip-install-2scxm6jd\sasl_bdd59789a4b54e288cc48a38704a6ad4\sasl\saslwrapper.h(22): fatal error C1083: 无法打开包括文件: “sasl/sasl.h”: No such file or directory原创 2022-04-24 14:55:41 · 5059 阅读 · 1 评论 -
Hive端执行 select count(*) from cdprojectdetail; 出现如下错误:
好不容易搞出了hbase和hive的外链表组合应用。却在 hive端执行select count(*) from cdprojectdetail; 出现如下错误:Query ID = root_20220421173314_ade31c99-1ec5-4419-88c7-997bf8e82577Total jobs = 1Launching Job 1 out of 1Number of reduce tasks determined at compile time: 1In order t..原创 2022-04-21 17:47:56 · 2930 阅读 · 2 评论