[jira] [Commented] (CARBONDATA-203) Use static string to set Hadoop configuration

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Commented] (CARBONDATA-203) Use static string to set Hadoop configuration

Akash R Nilugal (Jira)

    [ https://issues.apache.org/jira/browse/CARBONDATA-203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15458023#comment-15458023 ]

ASF GitHub Bot commented on CARBONDATA-203:
-------------------------------------------

GitHub user zuowang opened a pull request:

    https://github.com/apache/incubator-carbondata/pull/121

    [CARBONDATA-203]Use static string to set Hadoop configuration

    Should use static string in FileInputFormat class as the configuration key to set the corresponding configuration value in Hadoop Configuration
   
    Some places currently is not doing like this. This PR made a fix.

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

    $ git pull https://github.com/zuowang/incubator-carbondata master

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

    https://github.com/apache/incubator-carbondata/pull/121.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 #121
   
----
commit c418447324ea4c4f40d9e26075f128e3d1359716
Author: Zuo Wang <[hidden email]>
Date:   2016-09-02T09:01:55Z

    Use static string to set Hadoop configuration

----


> Use static string to set Hadoop configuration
> ---------------------------------------------
>
>                 Key: CARBONDATA-203
>                 URL: https://issues.apache.org/jira/browse/CARBONDATA-203
>             Project: CarbonData
>          Issue Type: Bug
>            Reporter: Jacky Li
>            Assignee: Zuo Wang
>             Fix For: 0.2.0-incubating
>
>
> Should use static string in FileInputFormat class as the configuration key to set the corresponding configuration value in Hadoop Configuration
> Some places currently is not doing like this, such as CarbonDataRDDFactory, SplitUtils
> search for "hadoopConfiguration.set"



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)