File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Creating a JDBC river is easy:
21
21
22
22
- install the plugin
23
23
24
- - download a JDBC driver jar from your vendor's site (for example MySQL) and put the jar into the folder of the plugin ` $ES_HOME/plugins/river- jdbc ` .
24
+ - download a JDBC driver jar from your vendor's site (for example MySQL) and put the jar into the folder of the plugin ` $ES_HOME/plugins/jdbc ` .
25
25
26
26
Assuming you have a table of name ` orders ` , you can issue this simple command from the command line
27
27
@@ -159,7 +159,7 @@ Internet access (of course)
159
159
5 . Add MySQL JDBC driver jar to JDBC river plugin directory and set access permission for .jar file (at least chmod 644)
160
160
161
161
`cp mysql-connector-java-5.1.33-bin.jar $ES_HOME/plugins/jdbc/`
162
- `chmod 644 $ES_HOME/plugins/jdbc/`
162
+ `chmod 644 $ES_HOME/plugins/jdbc/* `
163
163
164
164
6 . Start elasticsearch from terminal window
165
165
You can’t perform that action at this time.
0 commit comments