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

Sean Busbey commented on HBASE-13992:
-------------------------------------

Some help on the feedback from QA, since our current version is lacking some of 
the niceties of the soon-to-be version:

* to find the javac warnings, you can either run {{mvn -DSkipTests package | 
tee some_log.log}} before and after, then diff, or if you want to presume the 
new warnings are just in your new module do it after and search for lines 
starting with "\[WARNING]".
* to find the javadoc warnings you can either run {{mvn -DskipTests 
javadoc:javadoc | tee some_other.log}} before and after, then diff. or again 
you could just look in your module for the start of "\[WARNING] Javadoc 
Warnings"
* 10 of the checkstyle warnings will be the too long lines. to get the rest 
you'll need to run {{mvn -DskipTests checkstyle:aggregate}} and save the 
{{target/checkstyle-result.xml}} files to compare before/after.
* the release audit warning is the missing license header noted on the review
* the TestRemoteTable failure seems unrelated.

> Integrate SparkOnHBase into HBase
> ---------------------------------
>
>                 Key: HBASE-13992
>                 URL: https://issues.apache.org/jira/browse/HBASE-13992
>             Project: HBase
>          Issue Type: New Feature
>          Components: spark
>            Reporter: Ted Malaska
>            Assignee: Ted Malaska
>             Fix For: 2.0.0
>
>         Attachments: HBASE-13992.patch
>
>
> This Jira is to ask if SparkOnHBase can find a home in side HBase core.
> Here is the github: 
> https://github.com/cloudera-labs/SparkOnHBase
> I am the core author of this project and the license is Apache 2.0
> A blog explaining this project is here
> http://blog.cloudera.com/blog/2014/12/new-in-cloudera-labs-sparkonhbase/
> A spark Streaming example is here
> http://blog.cloudera.com/blog/2014/11/how-to-do-near-real-time-sessionization-with-spark-streaming-and-apache-hadoop/
> A real customer using this in produce is blogged here
> http://blog.cloudera.com/blog/2015/03/how-edmunds-com-used-spark-streaming-to-build-a-near-real-time-dashboard/
> Please debate and let me know what I can do to make this happen.



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

Reply via email to