Ask Questions and Find Answers
Important:
Ask is now read-only. You can review any existing questions and answers, but not add anything new.
But - don't panic! While ask is no more, we've replaced it with discuss - the new Liferay Discussion Forum! Read more here here or just visit the site here:
discuss.liferay.com
Integrate Spark sql with Liferay7.2
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
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
Ramalingaiah. D:
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.
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.
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.