Uploaded image for project: 'Eagle (Retired)'
  1. Eagle (Retired)
  2. EAGLE-1035

Metastore not supporting with mysql in Eagle 0.5

    XMLWordPrintableJSON

Details

    Description

      In Eagle 0.5 I configured MySQL as Metastore DB, but it is not supporting to store the metadata

      I can see in JDBCDataSourceConfig class the H2 inmemory RDBMs has been hard coded as below.

      public class JDBCDataSourceConfig {
      public static final String CONFIG_PREFIX = "metadata.jdbc";
      private static final String DEFAULT_DRIVER_CLASS = org.h2.Driver.class.getName();
      private static final String DEFAULT_CONNECTION_PROPERTIES = "encoding=UTF8";
      private static final String DEFAULT_URL = "jdbc:h2:./eagle";
      private String username;
      private String password;
      private String driverClassName = DEFAULT_DRIVER_CLASS;
      private String connection = DEFAULT_URL;
      private String database;
      private String connectionProperties = DEFAULT_CONNECTION_PROPERTIES;

      Attachments

        Activity

          People

            Unassigned Unassigned
            aravindgopal Aravind Gopal
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: