gpt4 book ai didi

hadoop - 无法上传配置单元表中的数据

转载 作者:可可西里 更新时间:2023-11-01 16:28:27 25 4
gpt4 key购买 nike

我有一个如下所示的 hive 表,

hive> describe eslg_transaction_01;
OK

a1 string
a2 date
a3 string
a4 string
a5 string
a6 bigint
a7 double
a8 double
a9 double
a10 bigint
a11 bigint
a12 bigint
a13 bigint
a14 bigint
a15 bigint
a16 bigint
a17 string
a18 string

Time taken: 0.723 seconds, Fetched: 18 row(s)

我正在尝试使用以下方法将数据上传到此表中,

hive> LOAD DATA INPATH '/user/hadoop/data/2502.txt' INTO TABLE eslg_transaction_01;

我收到以下错误:

FAILED: SemanticException Line 1:17 Invalid path ''/user/hadoop/data/2502.txt'': No files matching path hdfs://sandbox-hdp.hortonworks.com:8020/user/data/2502.txt

我的数据存在于该位置并且我能够看到它:

[root@sandbox-hdp ~]#  hadoop fs -cat /user/hadoop/data/2502.txt | head -5

-200879548|2018-02-18|1485|384672|1787329|1|8.69|0|50|0|0|0|1|0|0|0||NULL
-192188296|2018-02-07|508|321131|9713410|1|0.68|0|30|0|0|0|2|0|0|1|1|2018_303
-198424071|2018-02-15|93|404120|97223|1|2|0.89|0|0|0|1|0|0|0|1|1|2018_4
-185483553|2018-01-29|131|336347|1070990|1|1.3|0.88|0|0|0|0|0|1|0|1|1|2018_3
-205064252|2018-02-23|516|21118|2610945|1|0.89|0.6|0|0|0|0|0|1|0|1|1|2018_5

谁能帮忙。我被困在这里。我是 hadoop/hive 的新手

最佳答案

执行以下步骤,我希望它会起作用。

(1) 将文件放入hdfs

hadoop fs -put /home/Desktop/2502.txt /user

(2) 在hdfs中显示文件

hadoop fs -ls /user

(3)加载数据到hive表

LOAD DATA INPATH '/user/2502.txt' INTO TABLE eslg_transaction_01;

关于hadoop - 无法上传配置单元表中的数据,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49379338/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com