hive> load data local inpath '/root/data/hdata.txt' into table psn3 partition(age=10, sex='boy');
FAILED: SemanticException Line 1:23 Invalid path ''/root/data/hdata.txt'': No files matching path file:/root/data/hdata.txt

试了一下https://stackoverflow.com/questions/40187956/hive-failed-semanticexception-line-123-invalid-path的解决办法,把local移除,确实把问题解决了。

相关文章:

  • 2021-09-10
  • 2022-12-23
  • 2021-10-12
  • 2021-09-09
  • 2021-04-05
  • 2021-08-31
  • 2022-12-23
  • 2021-12-27
猜你喜欢
  • 2021-08-12
  • 2021-11-16
  • 2022-12-23
  • 2021-10-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案