Skip to content

Commit

Permalink
TEIID-3151 adding hana to the install scripts
Browse files Browse the repository at this point in the history
Conflicts:
	build/kits/jboss-as7/overlay/bin/scripts/teiid-domain-mode-install.cli
  • Loading branch information
shawkins committed Jun 18, 2015
1 parent 0fdc5da commit 4441708
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Expand Up @@ -114,6 +114,7 @@
/profile=ha/subsystem=teiid/translator=excel:add(module=org.jboss.teiid.translator.excel)
/profile=ha/subsystem=teiid/translator=impala:add(module=org.jboss.teiid.translator.hive)
/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=full-ha/subsystem=teiid/translator=jdbc-simple:add(module=org.jboss.teiid.translator.jdbc)
Expand Down Expand Up @@ -156,6 +157,7 @@
/profile=full-ha/subsystem=teiid/translator=excel:add(module=org.jboss.teiid.translator.excel)
/profile=full-ha/subsystem=teiid/translator=impala:add(module=org.jboss.teiid.translator.hive)
/profile=full-ha/subsystem=teiid/translator=hbase:add(module=org.jboss.teiid.translator.hbase)
/profile=full-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)
Expand Down
Expand Up @@ -73,6 +73,7 @@
/subsystem=teiid/translator=excel:add(module=org.jboss.teiid.translator.excel)
/subsystem=teiid/translator=impala:add(module=org.jboss.teiid.translator.hive)
/subsystem=teiid/translator=hbase:add(module=org.jboss.teiid.translator.hbase)
/subsystem=teiid/translator=hana:add(module=org.jboss.teiid.translator.jdbc)



Expand Down

0 comments on commit 4441708

Please sign in to comment.