will take a look. Do you see anything in `pinotCon...
# general
n
will take a look. Do you see anything in
pinotController.log
?
d
@Neha Pawar - I'll check later
n
we think the missing logs has something to do with java version. What java version are you using?
also, if it's test data, could you share you sample table, schema and data file with me?
d
Where's pinotController.log?
batch-job-spec.yml,events-table.json,events-schema.json
I'm uploading the smaller files. The 20M row csv is over 1GB. I'm not sure Slack will handle that
Yea, the Slack limit is 1gb.
The pinotController.log in that directory is empty.
k
Can you try increasing the memory
i think its set to 4GB
in pinot-admin.sh change
-Xms4G -Xmx4G
to
-Xms4G -Xmx16G
d
Weird. I tried again and it works now.