You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@storm.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/01/05 20:36:39 UTC

[jira] [Commented] (STORM-1366) Add documentation for StormSQL into the website

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

ASF GitHub Bot commented on STORM-1366:
---------------------------------------

Github user hmcl commented on a diff in the pull request:

    https://github.com/apache/storm/pull/931#discussion_r48886268
  
    --- Diff: documentation/storm-sql-internal.md ---
    @@ -0,0 +1,55 @@
    +---
    +title: The Internals of Storm SQL
    +layout: documentation
    +documentation: true
    +---
    +
    +This page describes the design and the implementation of the Storm SQL integration.
    +
    +## Overview
    +
    +SQL is a well-adopted yet complicated standard. Several projects including Drill, Hive, Phoenix and Spark have invested significantly in their SQL layers. One of the main design goal of StormSQL is to leverage the existing investments for these projects. StormSQL leverages [Apache Calcite](///calcite.apache.org) to implement the SQL standard. StormSQL focuses on compiling the SQL statements to Storm / Trident topologies so that they can be executed in Storm clusters.
    --- End diff --
    
    design goals


> Add documentation for StormSQL into the website
> -----------------------------------------------
>
>                 Key: STORM-1366
>                 URL: https://issues.apache.org/jira/browse/STORM-1366
>             Project: Apache Storm
>          Issue Type: Documentation
>          Components: documentation, storm-sql
>            Reporter: Haohui Mai
>            Assignee: Haohui Mai
>
> This jira proposes to add documentation of StormSQL into the Apache Storm website.



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