Thanks,

I don't need sources for learning Spark.
I need some sources in Java language that I can implement new functions.
For example, Spark has HashTF and I want to customize that in such a way:

public static class newHashingTF implements Something<String>

On Sat, Nov 3, 2018 at 10:39 PM Chris Olivier <cjolivie...@gmail.com> wrote:

> that’s a great link. thanks!
>
> On Sat, Nov 3, 2018 at 11:55 AM Jean Georges Perrin <j...@jgp.net> wrote:
>
>> I would take this one very closely to my heart :)
>>
>> Look at:
>> https://github.com/jgperrin/net.jgp.labs.spark
>>
>> And if the examples are too weird, have a look at:
>> http://jgp.net/book published at Manning
>>
>> Feedback appreciated!
>>
>> jg
>>
>>
>> On Nov 3, 2018, at 12:30, Jeyhun Karimov <je.kari...@gmail.com> wrote:
>>
>> Hi Soheil,
>>
>> From the spark github repo, you can find some classes implemented in Java:
>>
>> https://github.com/apache/spark/search?l=java
>>
>> Cheers,
>> Jeyhun
>>
>> On Sat, Nov 3, 2018 at 6:42 PM Soheil Pourbafrani <soheil.i...@gmail.com>
>> wrote:
>>
>>> Hi, I want to customize some part of Spark. I was wondering if there any
>>> Spark source is written in Java language, or all the sources are in Scala
>>> language?
>>>
>>

Reply via email to