Mohamed Sanaulla
Mohamed Sanaulla
I put the SQL queries in a different file and link the file in the JSON config. This way I can manage the SQL queries well and I can even...
The elasticsearch port should be 9300 as it uses TransportClient
@apatrida Does it support creating nested objects and array of nested object just like @jprante 's version of JDBC importer
Gentle reminder
What are the possible _optype we can use? I can may be use _optype = 'delete' if the status of the record is deleted or _optype = 'someother_valid_optype' if record...
what is the issue?
I think you can leverage one .sh file by specifying the index in the SQL under the "_index" column
You are missing a \ after java command. Something like ``` /opt/jdk1.8.0_101/bin/java \ -cp "${lib}/*" \ ```