Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

You can use UTF-8 encoding for Hive data. However, other encodings are not supported (HIVE-7142 introduce encoding for LazySimpleSerDe, however, the implementation is not complete and not address all cases).

...

Hive SQL

Are

...

Hive SQL identifiers (e.g. table names, column names, etc) case sensitive?

No. Hive is case insensitive.

...

select * from mytable where mycolumn = 3

What are the maximum allowed lengths for

...

Hive SQL identifiers?

Importing Data into Hive

How do I import XML data into Hive?

...