Quanlong Huang created IMPALA-13093:
---------------------------------------

             Summary: Insert into Huawei OBS table failed
                 Key: IMPALA-13093
                 URL: https://issues.apache.org/jira/browse/IMPALA-13093
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 4.3.0
            Reporter: Quanlong Huang
            Assignee: Quanlong Huang


Insert into a table using Huawei OBS (Object Storage Service) as the storage 
will failed by the following error:
{noformat}
Query: insert into test_obs1 values (1, 'abc')

ERROR: Failed to get info on temporary HDFS file: 
obs://obs-test-ee93/input/test_obs1/_impala_insert_staging/fe4ac1be6462a13f_362a9b5b00000000/.fe4ac1be6462a13f-362a9b5b00000000_1213692075_dir//fe4ac1be6462a13f-362a9b5b00000000_375832652_data.0.txt
Error(2): No such file or directory {noformat}
Looking into the logs:
{noformat}
I0516 16:40:55.663640 18922 status.cc:129] fe4ac1be6462a13f:362a9b5b00000000] 
Failed to get info on temporary HDFS file: 
obs://obs-test-ee93/input/test_obs1/_impala_insert_staging/fe4ac1be6462a13f_362a9b5b00000000/.fe4ac1be6462a13f-362a9b5b00000000_1213692075_dir//fe4ac1be6462a13f-362a9b5b00000000_375832652_data.0.txt
Error(2): No such file or directory
    @           0xfc6d44  impala::Status::Status()
    @          0x1c42020  impala::HdfsTableSink::CreateNewTmpFile()
    @          0x1c44357  impala::HdfsTableSink::InitOutputPartition()
    @          0x1c4988a  impala::HdfsTableSink::GetOutputPartition()
    @          0x1c46569  impala::HdfsTableSink::Send()
    @          0x14ee25f  impala::FragmentInstanceState::ExecInternal()
    @          0x14efca3  impala::FragmentInstanceState::Exec()
    @          0x148dc4c  impala::QueryState::ExecFInstance()
    @          0x1b3bab9  impala::Thread::SuperviseThread()
    @          0x1b3cdb1  boost::detail::thread_data<>::run()
    @          0x2474a87  thread_proxy
    @     0x7fe5a562dea5  start_thread
    @     0x7fe5a25ddb0d  __clone{noformat}
Note that impalad is started with {{--symbolize_stacktrace=true}} so the 
stacktrace has symbols.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to