So is there documentation or something that you can point me to that gives a good example of how to access XML files stored in HDFS through (possibly) an external table definition in Hive?

I am attempting to figure out how to define src to run statements such as this:

> SELECT xpath_string ('<a><b>bb</b><c>cc</c></a>', 'a') FROM src LIMIT 1 ;
bbcc

Thanks.


Reply via email to