Skip to content

Commit 39dc41a

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents ef20f5f + dcf6f3d commit 39dc41a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Creating a JDBC river is easy:
2121

2222
- install the plugin
2323

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`.
2525

2626
Assuming you have a table of name `orders`, you can issue this simple command from the command line
2727

@@ -159,7 +159,7 @@ Internet access (of course)
159159
5. Add MySQL JDBC driver jar to JDBC river plugin directory and set access permission for .jar file (at least chmod 644)
160160

161161
`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/*`
163163

164164
6. Start elasticsearch from terminal window
165165

0 commit comments

Comments
 (0)