You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "MahmoudHanafy (JIRA)" <ji...@apache.org> on 2016/03/22 10:07:25 UTC

[jira] [Updated] (HBASE-15516) Add flatMap to hbaseRDD

     [ https://issues.apache.org/jira/browse/HBASE-15516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

MahmoudHanafy updated HBASE-15516:
----------------------------------
    Description: 
HBaseContext supports reading RDDs using hbaseRDD method with map function, I think it will be good also to add flatMap to hbaseRDD.

Another improvement:
Currently you are using hbaseRDD with map function as the default method for loading RDDs. When trying to just load the RDD without mapping, you are also load the RDD and map all elements to itself. So I think using hbaseRDD method without mapping for loading RDDs would be better.

Also, I can contribute to hbase-spark module. If there any issues related to this module, Please tell me about them

  was:
hbaseRDD supports method with map function, I think it will be good also to add flatMap to hbaseRDD.

Another improvement:
Currently you are using hbaseRDD with map function as the default method for loading RDDs. When trying to just load the RDD without mapping, you are also load the RDD and map all elements to itself. So I think using hbaseRDD method without mapping for loading RDDs would be better.

Also, I can contribute to hbase-spark module. If there any issues related to this module, Please tell me about them


> Add flatMap to hbaseRDD
> -----------------------
>
>                 Key: HBASE-15516
>                 URL: https://issues.apache.org/jira/browse/HBASE-15516
>             Project: HBase
>          Issue Type: Improvement
>          Components: spark
>            Reporter: MahmoudHanafy
>            Priority: Minor
>
> HBaseContext supports reading RDDs using hbaseRDD method with map function, I think it will be good also to add flatMap to hbaseRDD.
> Another improvement:
> Currently you are using hbaseRDD with map function as the default method for loading RDDs. When trying to just load the RDD without mapping, you are also load the RDD and map all elements to itself. So I think using hbaseRDD method without mapping for loading RDDs would be better.
> Also, I can contribute to hbase-spark module. If there any issues related to this module, Please tell me about them



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