You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@fluo.apache.org by keith-turner <gi...@git.apache.org> on 2016/12/20 18:03:59 UTC

[GitHub] incubator-fluo-recipes pull request #126: fixes #122 improved Spark document...

GitHub user keith-turner opened a pull request:

    https://github.com/apache/incubator-fluo-recipes/pull/126

    fixes #122 improved Spark documentation

    

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

    $ git pull https://github.com/keith-turner/fluo-recipes fr-122

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

    https://github.com/apache/incubator-fluo-recipes/pull/126.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 #126
    
----
commit 3ce779c2ac6089ef9cf2cc2f1b2b396db3975172
Author: Keith Turner <kt...@apache.org>
Date:   2016-12-20T17:42:27Z

    fixes #122 improved Spark documentation

commit aa898d04cddbc4c70bd8095300b44be58b72282e
Author: Keith Turner <kt...@apache.org>
Date:   2016-12-20T18:03:46Z

    fix spelling

----


---
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-fluo-recipes pull request #126: fixes #122 improved Spark document...

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

    https://github.com/apache/incubator-fluo-recipes/pull/126


---
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-fluo-recipes pull request #126: fixes #122 improved Spark document...

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

    https://github.com/apache/incubator-fluo-recipes/pull/126#discussion_r94058530
  
    --- Diff: docs/spark.md ---
    @@ -0,0 +1,29 @@
    +<!--
    +Licensed to the Apache Software Foundation (ASF) under one or more
    +contributor license agreements.  See the NOTICE file distributed with
    +this work for additional information regarding copyright ownership.
    +The ASF licenses this file to You under the Apache License, Version 2.0
    +(the "License"); you may not use this file except in compliance with
    +the License.  You may obtain a copy of the License at
    +
    +    http://www.apache.org/licenses/LICENSE-2.0
    +
    +Unless required by applicable law or agreed to in writing, software
    +distributed under the License is distributed on an "AS IS" BASIS,
    +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    +See the License for the specific language governing permissions and
    +limitations under the License.
    +-->
    +# Apache Spark helper code
    +
    +Fluo Recipes has some helper code for [Apache Spark][spark].  Most of the helper code is currently
    +related to bulk importing data into Accumulo.  This is useful for initializing a new Fluo table with
    +historical data via Spark.  The Spark helper code is found at
    +[modules/spark/src/main/java/org/apache/fluo/recipes/spark/][sdir].
    --- End diff --
    
    This will eventually be automatically generated by Javadoc.  
    
    https://static.javadoc.io/org.apache.fluo/fluo-recipes-spark/1.0.0-incubating/org/apache/fluo/recipes/spark/package-summary.html


---
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-fluo-recipes pull request #126: fixes #122 improved Spark document...

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

    https://github.com/apache/incubator-fluo-recipes/pull/126#discussion_r93298731
  
    --- Diff: docs/spark.md ---
    @@ -0,0 +1,29 @@
    +<!--
    +Licensed to the Apache Software Foundation (ASF) under one or more
    +contributor license agreements.  See the NOTICE file distributed with
    +this work for additional information regarding copyright ownership.
    +The ASF licenses this file to You under the Apache License, Version 2.0
    +(the "License"); you may not use this file except in compliance with
    +the License.  You may obtain a copy of the License at
    +
    +    http://www.apache.org/licenses/LICENSE-2.0
    +
    +Unless required by applicable law or agreed to in writing, software
    +distributed under the License is distributed on an "AS IS" BASIS,
    +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    +See the License for the specific language governing permissions and
    +limitations under the License.
    +-->
    +# Apache Spark helper code
    +
    +Fluo Recipes has some helper code for [Apache Spark][spark].  Most of the helper code is currently
    +related to bulk importing data into Accumulo.  This is useful for initializing a new Fluo table with
    --- End diff --
    
    This document could use some example code and could also link back to spark blog post.


---
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-fluo-recipes pull request #126: fixes #122 improved Spark document...

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

    https://github.com/apache/incubator-fluo-recipes/pull/126#discussion_r94056163
  
    --- Diff: docs/spark.md ---
    @@ -0,0 +1,29 @@
    +<!--
    +Licensed to the Apache Software Foundation (ASF) under one or more
    +contributor license agreements.  See the NOTICE file distributed with
    +this work for additional information regarding copyright ownership.
    +The ASF licenses this file to You under the Apache License, Version 2.0
    +(the "License"); you may not use this file except in compliance with
    +the License.  You may obtain a copy of the License at
    +
    +    http://www.apache.org/licenses/LICENSE-2.0
    +
    +Unless required by applicable law or agreed to in writing, software
    +distributed under the License is distributed on an "AS IS" BASIS,
    +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    +See the License for the specific language governing permissions and
    +limitations under the License.
    +-->
    +# Apache Spark helper code
    +
    +Fluo Recipes has some helper code for [Apache Spark][spark].  Most of the helper code is currently
    +related to bulk importing data into Accumulo.  This is useful for initializing a new Fluo table with
    --- End diff --
    
    I Added a link to the blog post, which has some example code.  Was any example code you were thinking of thats not in the blog post?


---
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-fluo-recipes pull request #126: fixes #122 improved Spark document...

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

    https://github.com/apache/incubator-fluo-recipes/pull/126#discussion_r93298350
  
    --- Diff: docs/spark.md ---
    @@ -0,0 +1,29 @@
    +<!--
    +Licensed to the Apache Software Foundation (ASF) under one or more
    +contributor license agreements.  See the NOTICE file distributed with
    +this work for additional information regarding copyright ownership.
    +The ASF licenses this file to You under the Apache License, Version 2.0
    +(the "License"); you may not use this file except in compliance with
    +the License.  You may obtain a copy of the License at
    +
    +    http://www.apache.org/licenses/LICENSE-2.0
    +
    +Unless required by applicable law or agreed to in writing, software
    +distributed under the License is distributed on an "AS IS" BASIS,
    +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    +See the License for the specific language governing permissions and
    +limitations under the License.
    +-->
    +# Apache Spark helper code
    +
    +Fluo Recipes has some helper code for [Apache Spark][spark].  Most of the helper code is currently
    +related to bulk importing data into Accumulo.  This is useful for initializing a new Fluo table with
    +historical data via Spark.  The Spark helper code is found at
    +[modules/spark/src/main/java/org/apache/fluo/recipes/spark/][sdir].
    --- End diff --
    
    Instead of pointing users to directory, could list out each class and describe their basic use


---
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-fluo-recipes issue #126: fixes #122 improved Spark documentation

Posted by keith-turner <gi...@git.apache.org>.
Github user keith-turner commented on the issue:

    https://github.com/apache/incubator-fluo-recipes/pull/126
  
    merged : 4f11ec4


---
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.
---