The spark-repl is referred to as the interactive spark shell and can be run from your spark installation directory. > ./spark shell
The spark-repl ( read evaluate print loop ) is a modified version of the interactive scala repl that can be used with spark. You can learn how to use the interactive spark shell from the quick guide and screencasts number 2 and 3. http://spark.incubator.apache.org/docs/latest/quick-start.html http://spark.incubator.apache.org/documentation.html On Wed, Sep 25, 2013 at 11:11 AM, Stoney Vintson <[email protected]> wrote: > The spark-repl is referred to as the interactive spark shell and can be run > from your spark installation directory. >> ./spark shell > > The spark-repl ( read evaluate print loop ) is a modified version of the > interactive scala repl that can be used with spark. You can learn how to > use the interactive spark shell from the quick guide and screencasts number > 2 and 3. > http://spark.incubator.apache.org/docs/latest/quick-start.html > > http://spark.incubator.apache.org/documentation.html > > > On Wed, Sep 25, 2013 at 10:24 AM, 代志远 <[email protected]> wrote: >> >> what is the spark-repl? > > > > > -- > Stoney Vintson 小山 > http://www.stoneyphoto.com > [email protected] > 503.830.8023 mobile -- Stoney Vintson 小山 http://www.stoneyphoto.com [email protected] 503.830.8023 mobile
