Hello, does Pinot support loading from this input ...
# general
a
Hello, does Pinot support loading from this input format :
org.apache.hadoop.mapred.TextInputFormat
?
k
thats specific to how you read a text file in Hadoop
are you generating the output file using TextOutputFormat?
a
yes
The output file is of TextOutputFormat
And I need to batch ingest dimension table in hive and upload it to pinot
k
Got it, we dont have a RecordReader for that
should be easy to add one
m
@User Do you mind filing a GitHub issue?
a
k
Did you try using CSV with a delimiter?
a
@User: Yes. Running into following problem for that approach : https://apache-pinot.slack.com/archives/C011C9JHN7R/p1642186740005400