I have a machine on which I am storing some data in the form of json or csv.
and on same machine Apache Drill
is also running.
I can access the Apache Drill
using web console on different machine. and also can execute the sql query on the file that store on the machine where Apache Drill
is running.
Now I want to create a program that can execute sql query as I am doing on web browser in web console of Apache Drill
.
Can anyone know about the jar like webhdfs-java-client-0.0.2.jar used for Hadoop hdfs
?
I am looking for such a java client
jar for Apache Drill
.