[
https://issues.apache.org/jira/browse/METRON-1030?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16082998#comment-16082998
]
ASF GitHub Bot commented on METRON-1030:
----------------------------------------
Github user merrimanr commented on the issue:
https://github.com/apache/metron/pull/646
The comment "This is needed when configuring MySQL for Metron REST because
this property must be" is actually incorrect now that I go back and look at it.
The schema-mysql.sql was initially incorrect because it was dropping the
tables (MySQL doesn't support "create table if not exists") and recreating them
every time.
Fortunately Spring just ignores any errors thrown when running these
scripts so the drop statements were just removed and creating a table that
already existed is safely ignored. This is just a convenience feature that
keeps people from having to manually create database assets.
> Metron JDBC platform REST option should accept a blank value
> ------------------------------------------------------------
>
> Key: METRON-1030
> URL: https://issues.apache.org/jira/browse/METRON-1030
> Project: Metron
> Issue Type: Bug
> Reporter: Ryan Merriman
> Assignee: Ryan Merriman
>
> We should be able to set this property to a blank string
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)