Ab-Initio dml-to-hive - PullRequest
       60

Ab-Initio dml-to-hive

0 голосов
/ 20 апреля 2020

Я использую AbInitio и пытаюсь разместить результаты моего запроса в моей Таблице входных данных в формате hdf. Я хочу формат в паркет. Я пытался использовать dml для размещения текста, но вот мои результаты, и я не уверен, что это значит.

$ dml-to-hive text $AI_DML/myprojectdml.dml
Usage: dml-to-avro <record_format> <output_file>

   or: dml-to-avro help

  <record-format> is one of:
       <filename>           Read record format from file
       -string <string>     Read record format from string

  <output_file> is one of:
       <filename>           Output Avro schema to file
       -                    Output Avro schema to standard output

Я также пытался использовать компонент Write Hive Table, но я получаю следующую ошибку:

[B276]
The internal charset "XXcharset_NONE" was encountered when a valid character set data
structure was expected.   One possible cause of this error is that you specified a 
character set to the Co>Operating System that is misspelled or otherwise incorrect.
If you cannot resolve the error please contact Customer Support.

Любая помощь была бы отличной, я пытаюсь сделать вывод в формате hdfs на паркете.

Спасибо, Крис Ричардсон

...