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 520

  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 28

  3. 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._
  4. lazy Public

    Lazy is a lightweight Go library for building efficient, concurrent computation graphs

    Go