Integrate Spark sql with Liferay7.2

thumbnail
Ramalingaiah. D, modified 6 Years ago. Expert Posts: 489 Join Date: 8/16/14 Recent Posts
Dear Team,

if we are using MYSQL then we need to edit portal-ext.properties .
jdbc.default.driverClassName=com.mysql.jdbc.Driver
jdbc.default.url=jdbc:mysql://localhost/lportal?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
jdbc.default.username=root
jdbc.default.password=root

if we are using Spark Sql  then what we need to do changes.
Can you please let me know . Actually i am trying to Integrate Spark Sql with Liferay.

Regards
Ram
thumbnail
Olaf Kock, modified 6 Years ago. Liferay Legend Posts: 6441 Join Date: 9/23/08 Recent Posts
Ramalingaiah. D:

if we are using Spark Sql  then what we need to do changes.
Can you please let me know . Actually i am trying to Integrate Spark Sql with Liferay.
Check the compatibility matrix for DXP: If spark is not on there, it won't be configurable for CE at all (spoiler alert: it isn't). In CE, the Open Source subset of those databases (and application servers) is supported.
The changes you need are similar to Antonio's efforts to support Oracle and SqlServer: You'll have to write the database abstraction layer for spark, deploy that plugin to Liferay, and then do whatever that (custom) plugin of yours requires for the database connection.