Added the Version method to executor

This commit is contained in:
Diptanu Choudhury
2016-03-29 16:27:31 -07:00
parent 021c84afde
commit 323975d500
8 changed files with 37 additions and 7 deletions

View File

@@ -254,6 +254,8 @@ func (d *JavaDriver) Open(ctx *ExecContext, handleID string) (DriverHandle, erro
return nil, fmt.Errorf("error connecting to plugin: %v", merrs.ErrorOrNil())
}
d.logger.Printf("[DEBUG] driver.java: version of executor: %v", exec.Version())
// Return a driver handle
h := &javaHandle{
pluginClient: pluginClient,