Uploaded image for project: 'Ambari'
  1. Ambari
  2. AMBARI-16207

Provide Ability To Pass JPA / EclipseLink Properties to the DataSource

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.4.0
    • 2.4.0
    • ambari-server
    • None

    Description

      There is currently no way to pass JPA or EclipseLink specific connection/DataSource properties in from ambari.properties. Although there exists Configuration.getDatabaseCustomProperties, these are actually driver specific properties and not properties for EclipseLink.

      For example, if I wanted to pass in to the JDBC Driver foo=bar, then I could set
      server.jdbc.properties.foo=bar and this will get translated into eclipselink.jdbc.property.foo=bar.

      However, if I wanted to set any of the EclipseLink or JPA specific DataSource properties (see http://www.eclipse.org/eclipselink/api/2.6/org/eclipse/persistence/config/PersistenceUnitProperties.html) I would not be able to.

      Proposal is to add something similar to the custom driver properties:

      server.persistence.properties.eclipselink.jdbc.batch-writing.size=25
      

      Which could get translated into

      properties.put("eclipselink.jdbc.batch-writing.size", 25)
      

      Attachments

        1. AMBARI-16207.patch
          8 kB
          Jonathan Hurley

        Issue Links

          Activity

            People

              jonathanhurley Jonathan Hurley
              jonathanhurley Jonathan Hurley
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: