Security,authorization and governance

2015-05-29 Thread Phani Yadavilli -X (pyadavil)
Hi Team,

Is there any opensource framework/tool for providing security authorization and 
data governance to spark.

Regards
Phani Kumar


RE: Need help with ALS Recommendation code

2015-04-05 Thread Phani Yadavilli -X (pyadavil)
Hi Xiangrui,

Thank you for the response. I tried sbt package and sbt compile both the 
commands give me success result

sbt compile
[info] Set current project to machine-learning (in build 
file:/opt/mapr/spark/spark-1.2.1/SparkTraining/machine-learning/)
[info] Updating 
{file:/opt/mapr/spark/spark-1.2.1/SparkTraining/machine-learning/}machine-learning...
[info] Resolving org.fusesource.jansi#jansi;1.4 ...
[info] Done updating.
[success] Total time: 1 s, completed Apr 6, 2015 5:14:43 AM

sbt package
[info] Set current project to machine-learning (in build 
file:/opt/mapr/spark/spark-1.2.1/SparkTraining/machine-learning/)
[success] Total time: 1 s, completed Apr 6, 2015 5:15:04 AM

How do I proceed from here.

Regards
Phani Kumar

-Original Message-
From: Xiangrui Meng [mailto:men...@gmail.com] 
Sent: Monday, April 06, 2015 9:50 AM
To: Phani Yadavilli -X (pyadavil)
Cc: user@spark.apache.org
Subject: Re: Need help with ALS Recommendation code

Could you try `sbt package` or `sbt compile` and see whether there are errors? 
It seems that you haven't reached the ALS code yet. -Xiangrui

On Sat, Apr 4, 2015 at 5:06 AM, Phani Yadavilli -X (pyadavil) 
 wrote:
> Hi ,
>
>
>
> I am trying to run the following command in the Movie Recommendation 
> example provided by the ampcamp tutorial
>
>
>
> Command:   sbt package "run /movielens/medium"
>
>
>
> Exception: sbt.TrapExitSecurityException thrown from the 
> UncaughtExceptionHandler in thread "run-main-0"
>
> java.lang.RuntimeException: Nonzero exit code: 1
>
> at scala.sys.package$.error(package.scala:27)
>
> [trace] Stack trace suppressed: run last compile:run for the full output.
>
> [error] (compile:run) Nonzero exit code: 1
>
> [error] Total time: 0 s, completed Apr 4, 2015 12:00:18 PM
>
>
>
> I am unable to identify the error code.Can someone help me on this.
>
>
>
> Regards
>
> Phani Kumar

-
To unsubscribe, e-mail: user-unsubscr...@spark.apache.org
For additional commands, e-mail: user-h...@spark.apache.org



Need help with ALS Recommendation code

2015-04-04 Thread Phani Yadavilli -X (pyadavil)
Hi ,

I am trying to run the following command in the Movie Recommendation example 
provided by the ampcamp tutorial

Command:   sbt package "run /movielens/medium"

Exception: sbt.TrapExitSecurityException thrown from the 
UncaughtExceptionHandler in thread "run-main-0"
java.lang.RuntimeException: Nonzero exit code: 1
at scala.sys.package$.error(package.scala:27)
[trace] Stack trace suppressed: run last compile:run for the full output.
[error] (compile:run) Nonzero exit code: 1
[error] Total time: 0 s, completed Apr 4, 2015 12:00:18 PM

I am unable to identify the error code.Can someone help me on this.

Regards
Phani Kumar


Need a spark mllib tutorial

2015-04-02 Thread Phani Yadavilli -X (pyadavil)
Hi,

I am new to the spark MLLib and I was browsing through the internet for good 
tutorials advanced to the spark documentation example. But, I do not find any. 
Need help.

Regards
Phani Kumar