I need to add storage plugins for Apache Drill (basically PSVs) but I am unable to find the configuration file where I could add following lines:-
"formats": {
"psv": {
"type": "text",
"extensions": [
"tbl"
],
"delimiter": "|"
}
}
Note that the current solutions to open a the local host url in a web browser is not feasible. I don't want to expose the port and IP to Internet. Currently I do double hop ssh to reach my server which hosting drill