报错:

FAILED: SemanticException [Error 10293]: Unable to create temp file for insert values Expression of type TOK_FUNCTION not supported in insert/values

在向Hive中插入数据时,产生此报错

原插入语句:

hive> insert into table ods.customer_inf PARTITION (etl_date='20221221') values(20001,20000,'马建平',3,'120116193406216360','15849435','jie16@yahoo.com','W','14581',unix_timestamp('2022-08-10 04:09:36'),'1928-02-26',4,26891,from_unixtime(1661212800,'yyyy-MM-dd'))

修改为:

hive> insert into table ods.customer_inf PARTITION (etl_date='20221221')  select 20001,20000,'马建平',3,'120116193406216360','11849435','jie16@yahoo.com','W','14581',unix_timestamp('2022-08-10 04:09:36'),'1928-02-26',4,26891,from_unixtime(1661212800,'yyyy-MM-dd')

成功插入!

一零四五、FAILED: SemanticException [Error 10293]: Unable to create temp file for insert values Expressio相关推荐

  1. 解决:Error while compiling statement: FAILED: SemanticException [Error 10007]: Ambiguous column refere

    前些天发现了一个巨牛的人工智能学习网站,通俗易懂,风趣幽默,忍不住分享一下给大家.点击跳转到教程. 1.报错: Error while compiling statement: FAILED: Sem ...

  2. [hive 报错]:FAILED:SemanticException [Error 10025] Expression not in GROUP BY key

    问题:FAILED: SemanticException [Error 10025]: Line 104:25 Expression not in GROUP BY key 'day' 其实这个日志已 ...

  3. hive sql报错:SQL 错误 [10004] [42000]: Error while compiling statement: FAILED: SemanticException [Error

    SQL 错误 [10004] [42000]: Error while compiling statement: FAILED: SemanticException [Error 10004]: Li ...

  4. FAILED: SemanticException [Error 10016]: Line 66:45 Argument type mismatch ‘ca_coupon_id‘: “map“ or

    FAILED: SemanticException [Error 10016]: Line 66:45 Argument type mismatch 'ca_coupon_id': "map ...

  5. mysql error innodb_MySQL无法启动: InnoDB Error:unable to create temporary file

    MySQL无法启动.错误日志中提示:InnoDB:Error:unabletocreatetemporaryfile以下是错误信息的详细内容:11112221:32:03[Note]Plugin'FE ...

  6. 关于pycharm报错:Fatal Python error: Py_Initialize: unable to load the file system codec的解决

    先上pycharm报错: Fatal Python error: Py_Initialize: unable to load the file system codec ModuleNotFoundE ...

  7. Android7.0以上File.createTempFile异常:java.io.IOException: Unable to create temporary file

    一.File.createTempFile的介绍 java IO中常用类File 有File.createTempFile(String prefix, String suffix, File dir ...

  8. 每日分享 hive hue 报错Error while compiling statement: FAILED: SemanticException Error in parsing

    报错原因 SemanticException Error in parsing 翻译过来大意就是 解析中的 SemanticException(语义异常) 错误 解决办法 应该修改成 a.dcbh 而 ...

  9. unable to create temporary file

    中文:无法创建临时文件 我出现该错误的程序是:.net core API部署IIS后通过ghostscript将pdf转为img时出现的错误.该错误是权限问题,服务器IIS操作临时文件夹temp权限不 ...

  10. fatal:unable to create “D:/“ file existsanother git process seems to be running in this repository

    在D:/xxxx/xx里创建index.lock失败:文件已存在. 解决方法:到 D:/xxxx/xx 打开.git文件夹,删除:index.lock

最新文章

  1. 深入理解PHP原理之Opcodes
  2. 使用Solr构建企业级的全文检索(三)---------Schema定义
  3. python实现列表去重_python实现七种列表去重方法
  4. window使用笔记
  5. Fiori Launchpad server side config json
  6. 3 useReducer及其实现
  7. eclipse debug怎么用_利用maven/eclipse搭建ssm(spring+spring mvc+mybatis)
  8. 13.4. 临时表是否需要建索引
  9. 这份风控最重要的核心报表一定要学会
  10. twig php代碼,有没有办法在wordpress的.twig文件中编写php代码?我试图使用.twig模板文件中的表单值发送邮件...
  11. 前端笔记 | CSS浮动
  12. 从C# 3.0说以人为本(二)—— LINQ语法结构
  13. nginx 与fastcgi通信方式
  14. 基于STM32的自由度云台运动姿态控制系统
  15. java面试时怎么做自我介绍_面试时如何做好自我介绍
  16. Rasa 聊天机器人Rasa_NLU_Chi
  17. mysql too long_mysql中data too long for column错误的一种解决办法
  18. 使用scrcpy开源进行电脑usb控制安卓手机,简单方便
  19. Python新手基础入门教程:如何像面试官展示你的coding能力
  20. DSP F28069 build 出现warning : creating output section “xxxx“ without a SECTIONS

热门文章

  1. cocos2d-js飞机项目:飞机爆炸效果
  2. python定义一个整数变量_Python变量和数据类型详解
  3. SqlCommandBuilder 批量更新数据库的怪异问题?
  4. 简单的使用EA进行需求管理
  5. arduino 联动ULN2003驱动板营造夏日炫酷小风扇
  6. mysql的append用法_insert 中append 用法详解
  7. 晒晒自己电脑里的常用工具
  8. Win7怎么设置工作组?Win7电脑设置工作组的方法
  9. 【转载】彻底理解cookie,session,token - 墨颜丶
  10. 机器人大冒险(能否到达终点)