[GitHub] carbondata pull request #1416: [WIP] Adding event listener interface to Carb...

classic Classic list List threaded Threaded
32 messages Options
12
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #1416: [WIP] Adding event listener interface to Carb...

qiuchenjian-2
GitHub user manishgupta88 opened a pull request:

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

    [WIP] Adding event listener interface to Carbondata

    Adding event listener interface to Carbondata

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

    $ git pull https://github.com/manishgupta88/carbondata event_listener_module

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

    https://github.com/apache/carbondata/pull/1416.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 #1416
   
----
commit 2e5f3d1279e1da14836c797ebb9dc948ea368055
Author: manishgupta88 <[hidden email]>
Date:   2017-10-17T09:16:01Z

    Changes for adding event listener interface functionality to Carbondata

----


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1416: [WIP] Adding event listener interface to Carbondata

qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1416
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/462/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1416: [WIP] Adding event listener interface to Carbondata

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1416
 
    Build Failed with Spark 1.6, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/337/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1416: [WIP] Adding event listener interface to Carbondata

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

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



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1416: [WIP] [CARBONDATA-1592] Adding event listener interf...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1416
 
    Build Failed with Spark 1.6, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/340/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1416: [WIP] [CARBONDATA-1592] Adding event listener interf...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1416
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/465/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata pull request #1416: [WIP] [CARBONDATA-1592] Adding event listener...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user gvramana commented on a diff in the pull request:

    https://github.com/apache/carbondata/pull/1416#discussion_r145106799
 
    --- Diff: core/src/main/java/org/apache/carbondata/core/datamap/TableDataMap.java ---
    @@ -160,4 +156,12 @@ public String getDataMapName() {
       public DataMapFactory getDataMapFactory() {
         return dataMapFactory;
       }
    +
    +  @Override public void onEvent(Event event) {
    +    dataMapFactory.fireEvent(event);
    +  }
    +
    +  @Override public void onAbort(Event event) {
    --- End diff --
   
    this method is not required in Event Interface as Abort is a separate event.


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1416: [WIP] [CARBONDATA-1592] Adding event listener interf...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1416
 
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/1093/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1416: [WIP] [CARBONDATA-1592] Adding event listener interf...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1416
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/468/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1416: [WIP] [CARBONDATA-1592] Adding event listener interf...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1416
 
    Build Failed with Spark 1.6, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/343/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1416: [WIP] [CARBONDATA-1592] Adding event listener interf...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1416
 
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/1096/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1416: [WIP] [CARBONDATA-1592] Adding event listener interf...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1416
 
    Build Failed with Spark 1.6, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/350/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1416: [WIP] [CARBONDATA-1592] Adding event listener interf...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1416
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/475/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1416: [WIP] [CARBONDATA-1592] Adding event listener interf...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1416
 
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/1103/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1416: [WIP] [CARBONDATA-1592] Adding event listener interf...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1416
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/476/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1416: [WIP] [CARBONDATA-1592] Adding event listener interf...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1416
 
    Build Failed with Spark 1.6, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/351/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1416: [WIP] [CARBONDATA-1592] Adding event listener interf...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1416
 
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/1104/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1416: [WIP] [CARBONDATA-1592] Adding event listener interf...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1416
 
    Build Failed  with Spark 2.1.0, Please check CI http://136.243.101.176:8080/job/ApacheCarbonPRBuilder1/478/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1416: [WIP] [CARBONDATA-1592] Adding event listener interf...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user CarbonDataQA commented on the issue:

    https://github.com/apache/carbondata/pull/1416
 
    Build Success with Spark 1.6, Please check CI http://88.99.58.216:8080/job/ApacheCarbonPRBuilder/353/



---
Reply | Threaded
Open this post in threaded view
|

[GitHub] carbondata issue #1416: [WIP] [CARBONDATA-1592] Adding event listener interf...

qiuchenjian-2
In reply to this post by qiuchenjian-2
Github user ravipesala commented on the issue:

    https://github.com/apache/carbondata/pull/1416
 
    SDV Build Fail , Please check CI http://144.76.159.231:8080/job/ApacheSDVTests/1106/



---
12