You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2020/04/11 09:12:47 UTC

[GitHub] [incubator-doris] zougengwei opened a new issue #3303: hdfs导入到doris时报这个错误:type:LOAD_RUN_FAIL; msg:errCode = 2, detailMessage = Parse timestamp (-2208988800) error

zougengwei opened a new issue #3303: hdfs导入到doris时报这个错误:type:LOAD_RUN_FAIL; msg:errCode = 2, detailMessage = Parse timestamp (-2208988800) error
URL: https://github.com/apache/incubator-doris/issues/3303
 
 
    LOAD LABEL example_db.label
    (
           DATA INFILE("hdfs://hdfs_host:hdfs_port/user/palo/data/input/old_file")
           INTO TABLE `my_table`
           COLUMNS TERMINATED BY ","
           (k1, k2)
    )
   
   通过hdfs导入数据到doris时,当导入文件中的列k1值为 1900-01-01 08:00:00时导入会报:type:LOAD_RUN_FAIL; msg:errCode = 2, detailMessage = Parse timestamp (-2208988800) error 的错误 自己尝试了设置max_filter_ratio也不行。想问能否在不改变原数据的情况下,有没有好的处理方案(例如:在导入语句方面做处理有没好的解决方案)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] zougengwei commented on issue #3303: hdfs导入到doris时报这个错误:type:LOAD_RUN_FAIL; msg:errCode = 2, detailMessage = Parse timestamp (-2208988800) error

Posted by GitBox <gi...@apache.org>.
zougengwei commented on issue #3303: hdfs导入到doris时报这个错误:type:LOAD_RUN_FAIL; msg:errCode = 2, detailMessage = Parse timestamp (-2208988800) error
URL: https://github.com/apache/incubator-doris/issues/3303#issuecomment-612381195
 
 
   导入的是orc

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] HangyuanLiu commented on issue #3303: hdfs导入到doris时报这个错误:type:LOAD_RUN_FAIL; msg:errCode = 2, detailMessage = Parse timestamp (-2208988800) error

Posted by GitBox <gi...@apache.org>.
HangyuanLiu commented on issue #3303: hdfs导入到doris时报这个错误:type:LOAD_RUN_FAIL; msg:errCode = 2, detailMessage = Parse timestamp (-2208988800) error
URL: https://github.com/apache/incubator-doris/issues/3303#issuecomment-612382192
 
 
   这个功能,在目前你不改变orc数值类型的前提下,是无法支持的。
   但是这个功能是可以支持的,只不过目前被另一个PR阻塞住了,可能需要下周才能支持。

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] HangyuanLiu commented on issue #3303: hdfs导入到doris时报这个错误:type:LOAD_RUN_FAIL; msg:errCode = 2, detailMessage = Parse timestamp (-2208988800) error

Posted by GitBox <gi...@apache.org>.
HangyuanLiu commented on issue #3303: hdfs导入到doris时报这个错误:type:LOAD_RUN_FAIL; msg:errCode = 2, detailMessage = Parse timestamp (-2208988800) error
URL: https://github.com/apache/incubator-doris/issues/3303#issuecomment-612378738
 
 
   你的导入文件是什么类型?

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org


[GitHub] [incubator-doris] HangyuanLiu commented on issue #3303: hdfs导入到doris时报这个错误:type:LOAD_RUN_FAIL; msg:errCode = 2, detailMessage = Parse timestamp (-2208988800) error

Posted by GitBox <gi...@apache.org>.
HangyuanLiu commented on issue #3303:
URL: https://github.com/apache/incubator-doris/issues/3303#issuecomment-618137850


   #3300 


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org