Skip to content
View anish749's full-sized avatar
:octocat:
:octocat:

Block or report anish749

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. spotify/scio Public

    A Scala API for Apache Beam and Google Cloud Dataflow.

    Scala 2.6k 515

  2. spark2-etl-examples Public

    A project with examples of using few commonly used data manipulation/processing/transformation APIs in Apache Spark 2.0.0

    Scala 25 29

  3. geo-search-spark Public

    Apache Spark v2.0.0 application written in Scala to map given latitude longitude values to nearest latitude longitude values in a given set using broadcasted indexes of available geo coordinates.

    Scala 1 2

  4. Spark UDAF to calculate the most com...
    1
    package org.anish.spark.mostcommonvalue
    2
    
                  
    3
    import org.apache.spark.sql.Row
    4
    import org.apache.spark.sql.expressions.{MutableAggregationBuffer, UserDefinedAggregateFunction}
    5
    import org.apache.spark.sql.types._