You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by vdiravka <gi...@git.apache.org> on 2017/12/07 10:59:13 UTC

[GitHub] drill pull request #1063: DRILL-5702: Jdbc Driver Class not found

GitHub user vdiravka opened a pull request:

    https://github.com/apache/drill/pull/1063

    DRILL-5702: Jdbc Driver Class not found

    - Setting "package.namespace.prefix" to "oadd." by default for all profiles. It can be overridden if necessary within any profile.
    - Removing duplicated and redundant excluding of commons-logging packages.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vdiravka/drill DRILL-5702

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/drill/pull/1063.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #1063
    
----
commit 8c557741139252189c1add05e2a1c3c9f77b5074
Author: Vitalii Diravka <vi...@gmail.com>
Date:   2017-12-06T15:31:10Z

    DRILL-5702: Jdbc Driver Class not found
    
    - Setting "package.namespace.prefix" to "oadd." by default for all profiles. It can be overridden if necessary within any profile.
    - Removing duplicated and redundant excluding of commons-logging packages.

----


---

[GitHub] drill issue #1063: DRILL-5702: Jdbc Driver Class not found

Posted by parthchandra <gi...@git.apache.org>.
Github user parthchandra commented on the issue:

    https://github.com/apache/drill/pull/1063
  
    +1 LGTM 


---

[GitHub] drill issue #1063: DRILL-5702: Jdbc Driver Class not found

Posted by vdiravka <gi...@git.apache.org>.
Github user vdiravka commented on the issue:

    https://github.com/apache/drill/pull/1063
  
    The issue is enabling "apache-release" profile disabled "default" profile automatically and then `"package.namespace.prefix"` had invalid value `${package.namespace.prefix}`.


---