You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@madlib.apache.org by mktal <gi...@git.apache.org> on 2015/11/12 21:52:29 UTC

[GitHub] incubator-madlib pull request: Add hello-world examples

GitHub user mktal opened a pull request:

    https://github.com/apache/incubator-madlib/pull/2

    Add hello-world examples

    Pivotal Tracker: #103042238
    
    - added average and variance function as a hello-world example
    - added simple logistic regression as a iterative example

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

    $ git pull https://github.com/mktal/incubator-madlib hello-world-integration

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

    https://github.com/apache/incubator-madlib/pull/2.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 #2
    
----
commit 4e6cd3d5e4484b36c0be6f07e2239d5fb7fe8964
Author: Xiaocheng Tang <xt...@xiaochengs-macbook-pro.local>
Date:   2015-09-18T18:49:28Z

    Add hello-world examples
    
    Pivotal Tracker: #103042238
    
    - added average and variance function as a hello-world example
    - added simple logistic regression as a iterative example

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-madlib pull request: Add hello-world examples

Posted by iyerr3 <gi...@git.apache.org>.
Github user iyerr3 commented on the pull request:

    https://github.com/apache/incubator-madlib/pull/2#issuecomment-156599715
  
    Closing this as we ended up with a duplicate of commit a184a8a


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-madlib pull request: Add hello-world examples

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

    https://github.com/apache/incubator-madlib/pull/2


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] incubator-madlib pull request: Add hello-world examples

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

    https://github.com/apache/incubator-madlib/pull/2#discussion_r44847834
  
    --- Diff: CMakeLists.txt ---
    @@ -103,6 +103,8 @@ if(CMAKE_COMPILER_IS_GNUCXX)
         if(APPLE)
             set(CMAKE_INCLUDE_SYSTEM_FLAG_CXX "-isystem ")
         endif(APPLE)
    +elseif(CMAKE_C_COMPILER_ID MATCHES "Clang")
    --- End diff --
    
    @mktal let's create a separate pull request (and JIRA) with this change. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---