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

Konstantin Boudnik commented on BIGTOP-715:
-------------------------------------------

No Plamen, I haven't started anything yet. I think for the first round we don't 
need anything fancy, perhaps a simple word-count would do?
{noformat}
val file = sc.textFile("file:/etc/passwd")
val rootUser = file.filter(line => line.contains("root"))
rootUser.count()
{noformat}
or something a bit more advanced that would require a running HDFS?
                
> Add Spark packaging
> -------------------
>
>                 Key: BIGTOP-715
>                 URL: https://issues.apache.org/jira/browse/BIGTOP-715
>             Project: Bigtop
>          Issue Type: Task
>          Components: Debian, RPM
>    Affects Versions: 0.3.1, 0.5.0
>            Reporter: MTG dev
>            Assignee: Konstantin Boudnik
>         Attachments: BIGTOP-715.patch
>
>
> It would be great to add Spark native packages to the BigTop.
> Spark project is in-memory fast data analytic project from Berkeley 
> (www.spark-project.org) 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to