Re: Using Spark to crack passwords

2014-06-12 Thread Sean Owen
>>> to show how SHA1's speed made it unsuitable for hashing passwords. >>>> >>>> I think it would be cool to redo the demo, but utilize the power of a >>>> cluster managed by Spark to crunch through hashes even faster. >>>> >>>> But how would you do that with Spark (if at all)? >>>> >>>> I'm guessing you would create an RDD that somehow defined the search >>>> space you're going to go through, and then partition it to divide the work >>>> up equally amongst the cluster's cores. Does that sound right? >>>> >>>> I wonder if others have already used Spark for >>>> computationally-intensive workloads like this, as opposed to just >>>> data-intensive ones. >>>> >>>> Nick >>>> >>>> >>>> -- >>>> View this message in context: Using Spark to crack passwords >>>> <http://apache-spark-user-list.1001560.n3.nabble.com/Using-Spark-to-crack-passwords-tp7437.html> >>>> Sent from the Apache Spark User List mailing list archive >>>> <http://apache-spark-user-list.1001560.n3.nabble.com/> at Nabble.com. >>>> >>> >>> >> >

Re: Using Spark to crack passwords

2014-06-12 Thread Nicholas Chammas
think it would be cool to redo the demo, but utilize the power of a >>> cluster managed by Spark to crunch through hashes even faster. >>> >>> But how would you do that with Spark (if at all)? >>> >>> I'm guessing you would create an RDD that somehow defined th

Re: Using Spark to crack passwords

2014-06-12 Thread Marek Wiewiorka
somehow defined the search >> space you're going to go through, and then partition it to divide the work >> up equally amongst the cluster's cores. Does that sound right? >> >> I wonder if others have already used Spark for computationally-intensive >> workloads like t

Re: Using Spark to crack passwords

2014-06-12 Thread Michael Cutler
ers have already used Spark for computationally-intensive > workloads like this, as opposed to just data-intensive ones. > > Nick > > > -------------- > View this message in context: Using Spark to crack passwords > <http://apache-spark-user-list.1001560.n3.na

Re: Using Spark to crack passwords

2014-06-11 Thread Akhil Das
I'm guessing you would create an RDD that somehow defined the search >> space >> > you're going to go through, and then partition it to divide the work up >> > equally amongst the cluster's cores. Does that sound right? >> > >> > I wonder if others have already used Spark for computationally-intensive >> > workloads like this, as opposed to just data-intensive ones. >> > >> > Nick >> > >> > >> > >> > View this message in context: Using Spark to crack passwords >> > Sent from the Apache Spark User List mailing list archive at Nabble.com. >> >

Re: Using Spark to crack passwords

2014-06-11 Thread Nicholas Chammas
#x27;s cores. Does that sound right? > > > > I wonder if others have already used Spark for computationally-intensive > > workloads like this, as opposed to just data-intensive ones. > > > > Nick > > > > > > > > View this message in context: Using Spark to crack passwords > > Sent from the Apache Spark User List mailing list archive at Nabble.com. >

Re: Using Spark to crack passwords

2014-06-11 Thread Marek Wiewiorka
's cores. Does that sound right? > > > > I wonder if others have already used Spark for computationally-intensive > > workloads like this, as opposed to just data-intensive ones. > > > > Nick > > > > > > > > View this message in context: Using Spark to crack passwords > > Sent from the Apache Spark User List mailing list archive at Nabble.com. >

Re: Using Spark to crack passwords

2014-06-11 Thread DB Tsai
;s cores. Does that sound right? > > I wonder if others have already used Spark for computationally-intensive > workloads like this, as opposed to just data-intensive ones. > > Nick > > > ____ > View this message in context: Using Spark to crack passwords > Sent from the Apache Spark User List mailing list archive at Nabble.com.

Using Spark to crack passwords

2014-06-11 Thread Nick Chammas
computationally-intensive workloads like this, as opposed to just data-intensive ones. Nick -- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Using-Spark-to-crack-passwords-tp7437.html Sent from the Apache Spark User List mailing list archive at Nabble.com.