Apache MADlib 1.15 Community Call Recording Now Available

2018-08-29 Thread Bob Glithero
Hello All, Last week's 1.15 deep dive is now available on YouTube for your viewing pleasure: https://youtu.be/9JpPWuiqweU Best regards, Bob Bob Glithero | Data Product Marketing Pivotal, Inc. rglith...@pivotal.io | m: 415.483.5220

[GitHub] madlib pull request #315: JIRA:1060 - Modified KNN to accept expressions in ...

2018-08-29 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/madlib/pull/315#discussion_r213806554 --- Diff: src/ports/postgres/modules/knn/knn.py_in --- @@ -53,22 +55,10 @@ def knn_validate_src(schema_madlib, point_source, point_column_name, point_id,

[GitHub] madlib pull request #315: JIRA:1060 - Modified KNN to accept expressions in ...

2018-08-29 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/madlib/pull/315#discussion_r213791885 --- Diff: src/ports/postgres/modules/knn/knn.py_in --- @@ -53,22 +55,10 @@ def knn_validate_src(schema_madlib, point_source, point_column_name, point_id,

[GitHub] madlib pull request #315: JIRA:1060 - Modified KNN to accept expressions in ...

2018-08-29 Thread njayaram2
Github user njayaram2 commented on a diff in the pull request: https://github.com/apache/madlib/pull/315#discussion_r213792935 --- Diff: src/ports/postgres/modules/knn/knn.py_in --- @@ -264,12 +275,14 @@ def knn(schema_madlib, point_source, point_column_name, point_id,

[GitHub] madlib issue #316: Build: Disable AppendOnly if available

2018-08-29 Thread iyerr3
Github user iyerr3 commented on the issue: https://github.com/apache/madlib/pull/316 Accidently created this PR. This should be ready to review in a couple of days. ---

[GitHub] madlib pull request #316: Build: Disable AppendOnly if available

2018-08-29 Thread iyerr3
GitHub user iyerr3 opened a pull request: https://github.com/apache/madlib/pull/316 Build: Disable AppendOnly if available You can merge this pull request into a Git repository by running: $ git pull https://github.com/madlib/madlib feature/support_ao_storage Alternatively