Hi Tal, Thanks for reaching out!
Please take a look at our documentation: Quickstart guide (Java): https://beam.apache.org/get-started/quickstart-java/ This guide will show you how to run our wordcount example using each any of the runners (For example, direct runner or Spark runner in your case). More reading: Programming guide: https://beam.apache.org/documentation/programming-guide/ Spark runner: https://beam.apache.org/documentation/runners/spark/ Please let us know if you have further questions, and good luck with your first try of Beam! Aviem. On Tue, Sep 26, 2017 at 11:47 AM tal m <[email protected]> wrote: > hi > i'm new at Spark and also at beam. > currently i have Java code that use Spark from reading some data from DB. > my Spark code using SparkSession.builder (.....) and also sparkContext. > how can i make beam work similar to my current code, i just want make it > work for now. > Thanks Tal >
