hive xml serDe : table is empty

前端 未结 5 590
我在风中等你
我在风中等你 2021-01-21 12:38

I want to store xml data into hive table, XML data :


   1266 
     

        
5条回答
  •  情书的邮戳
    2021-01-21 13:01

    Well, the code looks good. As per the example in this link, it should work for you.

    Btw, there is a typo in the code that you have provided. In the table definition status_test STRING should be status_text STRING or vice versa.

提交回复
热议问题