Skip to content

Commit

Permalink
TEIID-3151 adding hana to the install scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins committed Jun 18, 2015
1 parent 1fdf0fd commit e34757a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -83,7 +83,7 @@ connect
/profile=ha/subsystem=teiid/translator=impala:add(module=org.jboss.teiid.translator.hive)
/profile=ha/subsystem=teiid/translator=prestodb:add(module=org.jboss.teiid.translator.prestodb)
/profile=ha/subsystem=teiid/translator=hbase:add(module=org.jboss.teiid.translator.hbase)

/profile=ha/subsystem=teiid/translator=hana:add(module=org.jboss.teiid.translator.jdbc)

/profile=ha/subsystem=datasources/jdbc-driver=teiid:add(driver-name=teiid, driver-module-name=org.jboss.teiid.client, driver-class-name=org.teiid.jdbc.TeiidDriver, driver-xa-datasource-class-name=org.teiid.jdbc.TeiidDataSource)
/profile=ha/subsystem=datasources/jdbc-driver=teiid-local:add(driver-name=teiid-local, driver-module-name=org.jboss.teiid, driver-class-name=org.teiid.jdbc.TeiidDriver, driver-xa-datasource-class-name=org.teiid.jdbc.TeiidDataSource)
Expand Down
Expand Up @@ -79,6 +79,7 @@ connect
/subsystem=teiid/translator=impala:add(module=org.jboss.teiid.translator.hive)
/subsystem=teiid/translator=prestodb:add(module=org.jboss.teiid.translator.prestodb)
/subsystem=teiid/translator=hbase:add(module=org.jboss.teiid.translator.hbase)
/subsystem=teiid/translator=hana:add(module=org.jboss.teiid.translator.jdbc)


/subsystem=datasources/jdbc-driver=teiid:add(driver-name=teiid, driver-module-name=org.jboss.teiid.client, driver-class-name=org.teiid.jdbc.TeiidDriver, driver-xa-datasource-class-name=org.teiid.jdbc.TeiidDataSource)
Expand Down

0 comments on commit e34757a

Please sign in to comment.