You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@carbondata.apache.org by Indhumathi27 <gi...@git.apache.org> on 2018/04/05 10:53:28 UTC

[GitHub] carbondata pull request #2140: [CARBONDATA-2315] success and failure log fix...

GitHub user Indhumathi27 opened a pull request:

    https://github.com/apache/carbondata/pull/2140

    [CARBONDATA-2315] success and failure log fixed when no data is loaded into table

    Success and failure log fixed when no data is loaded into table
    
    
     - [ ] Any interfaces changed?
     
     - [ ] Any backward compatibility impacted?
     
     - [ ] Document update required?
    
     - [ ] Testing done
            Please provide details on 
            - Whether new unit test cases have been added or why no new tests are required?
            - How it is tested? Please attach test report.
            - Is it a performance related change? Please attach the performance test report.
            - Any additional information to help reviewers in testing this change.
           
     - [ ] For large changes, please consider breaking it into sub-tasks under an umbrella JIRA. 
    


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

    $ git pull https://github.com/Indhumathi27/carbondata load1

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

    https://github.com/apache/carbondata/pull/2140.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 #2140
    
----
commit 309dda3922bd3c0755e479fe878c48bb1e3e1add
Author: Indhumathi27 <in...@...>
Date:   2018-04-05T10:39:22Z

    [CARBONDATA-2315] success and failure log fixed when no data is loaded into table
    
     Please enter the commit message for your changes. Lines starting

----


---

[GitHub] carbondata issue #2140: [CARBONDATA-2315] success and failure log fixed when...

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

    https://github.com/apache/carbondata/pull/2140
  
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/4841/



---

[GitHub] carbondata issue #2140: [CARBONDATA-2315] success and failure log fixed when...

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

    https://github.com/apache/carbondata/pull/2140
  
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/4311/



---

[GitHub] carbondata pull request #2140: [CARBONDATA-2315] success and failure log fix...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/carbondata/pull/2140


---

[GitHub] carbondata issue #2140: [CARBONDATA-2315] success and failure log fixed when...

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

    https://github.com/apache/carbondata/pull/2140
  
    Build Success with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/4850/



---

[GitHub] carbondata issue #2140: [CARBONDATA-2315] success and failure log fixed when...

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

    https://github.com/apache/carbondata/pull/2140
  
    Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/3617/



---

[GitHub] carbondata pull request #2140: [CARBONDATA-2315] success and failure log fix...

Posted by manishgupta88 <gi...@git.apache.org>.
Github user manishgupta88 commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/2140#discussion_r179661112
  
    --- Diff: integration/spark2/src/main/scala/org/apache/carbondata/spark/rdd/CarbonDataRDDFactory.scala ---
    @@ -493,18 +493,15 @@ object CarbonDataRDDFactory {
           }
           // as no record loaded in new segment, new segment should be deleted
           val newEntryLoadStatus =
    -      if (!carbonLoadModel.getCarbonDataLoadSchema.getCarbonTable.isChildDataMap &&
    +        if (!carbonLoadModel.getCarbonDataLoadSchema.getCarbonTable.isChildDataMap &&
               !CarbonLoaderUtil.isValidSegment(carbonLoadModel, carbonLoadModel.getSegmentId.toInt)) {
     
    -        LOGGER.audit(s"Data load is failed for " +
    -                     s"${ carbonLoadModel.getDatabaseName }.${ carbonLoadModel.getTableName }" +
    -                     " as there is no data to load")
    -        LOGGER.warn("Cannot write load metadata file as data load failed")
    +          LOGGER.warn("Cannot write load metadata file as there is no data to load")
     
    -        SegmentStatus.MARKED_FOR_DELETE
    -      } else {
    -        loadStatus
    -      }
    +          SegmentStatus.MARKED_FOR_DELETE
    +        } else {
    +          loadStatus
    +        }
    --- End diff --
    
    correct the formatting of code


---

[GitHub] carbondata issue #2140: [CARBONDATA-2315] success and failure log fixed when...

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

    https://github.com/apache/carbondata/pull/2140
  
    Build Success with Spark 2.2.1, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/3628/



---

[GitHub] carbondata issue #2140: [CARBONDATA-2315] success and failure log fixed when...

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

    https://github.com/apache/carbondata/pull/2140
  
    SDV Build Success , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/4319/



---

[GitHub] carbondata issue #2140: [CARBONDATA-2315] success and failure log fixed when...

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

    https://github.com/apache/carbondata/pull/2140
  
    LGTM


---