You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@s2graph.apache.org by "Gavin (JIRA)" <ji...@apache.org> on 2016/01/09 23:23:39 UTC

[jira] [Commented] (S2GRAPH-15) S2Lambda, speed and batch layers of the lambda architecture

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

Gavin commented on S2GRAPH-15:
------------------------------

reply to issue for testing jira to ml notifications

> S2Lambda, speed and batch layers of the lambda architecture
> -----------------------------------------------------------
>
>                 Key: S2GRAPH-15
>                 URL: https://issues.apache.org/jira/browse/S2GRAPH-15
>             Project: S2Graph
>          Issue Type: New Feature
>            Reporter: Minseok Kim
>              Labels: features
>         Attachments: s2lambda.001.png
>
>
> h4. Background
> As the lambda architecture view, S2Graph provides a great real-time view with serving layer on HBase.
> The input stream came from the REST API is stored to HBase, and it can be served by the graph query in real-time.
> The stream, which is write-ahead log is also written to Kafka, it allows us to do a lot of things. 
> There are several works (or sub-projects) using this stream.
>   * S2Counter - computes the real-time count by the combinations of properties using Kafka stream directly.
>   * WalToHdfs - Kafka stream to the incremental view
>   * S2ML - performs machine learning algorithm using the incremental view.
>   * …
> h4. S2Lambda
> Because the above works have been developed, respectively, they use different Spark versions and duplicated codes.
> This causes difficulty of build and code reusability.
> S2Lambda should be designed to solve this problem to support a general framework of speed and batch layers.
> IMHO, first, A JSON-formatted job description is designed for compatible with both speed and batch layer.
> then the S2Lambda is implemented by corresponding it.



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