Re: welcome a new batch of committers

2018-10-05 Thread Bhupendra Mishra
Congratulations to all of you Good Luck Regards On Wed, Oct 3, 2018 at 2:29 PM Reynold Xin wrote: > Hi all, > > The Apache Spark PMC has recently voted to add several new committers to > the project, for their contributions: > > - Shane Knapp (contributor to infra) > - Dongjoon Hyun (contributor

Re: Welcome Zhenhua Wang as a Spark committer

2018-04-03 Thread Bhupendra Mishra
Welcome and congratulation Zhenhua. Cheers On Mon, Apr 2, 2018 at 10:58 AM, Wenchen Fan wrote: > Hi all, > > The Spark PMC recently added Zhenhua Wang as a committer on the project. > Zhenhua is the major contributor of the CBO project, and has been > contributing across several areas of Spark f

:40: error: value join is not a member of Unit

2017-04-19 Thread Bhupendra Mishra
Hi All, Need your help with subjected error following code is executing and getting error cala> val join = bat_first_won.join(total_matches_per_venue).map(x=>(x._1,(x._2._1*100/x._2._2))).map(item => item.swap).sortByKey(false).collect.foreach(println) :40: error: value join is not a member of U

Re: ImportError: No module named numpy

2016-06-17 Thread Bhupendra Mishra
lled on all machines? >> >> To check that the environment is set-up correctly, you can try something >> like >> >> import os >> pythonpaths = sc.range(10).map(lambda i: >> os.environ.get("PYTHONPATH")).collect() >> print(pythonpaths) >>

Re: Welcoming Yanbo Liang as a committer

2016-06-03 Thread Bhupendra Mishra
congratulations Yanbo! On Sat, Jun 4, 2016 at 9:08 AM, Dongjoon Hyun wrote: > Wow, Congratulations, Yanbo! > > Dongjoon. > > On Fri, Jun 3, 2016 at 8:22 PM, Xiao Li wrote: > >> Congratulations, Yanbo! >> >> 2016-06-03 19:54 GMT-07:00 Nan Zhu : >> >>> Congratulations ! >>> >>> -- >>> Nan Zhu >>

Re: ImportError: No module named numpy

2016-06-02 Thread Bhupendra Mishra
did not resolved. :( On Thu, Jun 2, 2016 at 3:01 PM, Sergio Fernández wrote: > > On Thu, Jun 2, 2016 at 9:59 AM, Bhupendra Mishra < > bhupendra.mis...@gmail.com> wrote: >> >> and i have already exported environment variable in spark-env.sh as >> follows.. erro

Re: ImportError: No module named numpy

2016-06-02 Thread Bhupendra Mishra
ry adding to spark-env.sh (renaming if you still have it with .template > at the end): > > PYSPARK_PYTHON=/path/to/your/bin/python > > Where your bin/python is your actual Python environment with Numpy > installed. > > > El 1 jun 2016, a las 20:16, Bhupendra Mishra > e

Re: ImportError: No module named numpy

2016-06-01 Thread Bhupendra Mishra
I have numpy installed but where I should setup PYTHONPATH? On Wed, Jun 1, 2016 at 11:39 PM, Sergio Fernández wrote: > sudo pip install numpy > > On Wed, Jun 1, 2016 at 5:56 PM, Bhupendra Mishra < > bhupendra.mis...@gmail.com> wrote: > >> Thanks . >> How can th

Re: ImportError: No module named numpy

2016-06-01 Thread Bhupendra Mishra
Thanks . How can this be resolved? On Wed, Jun 1, 2016 at 9:02 PM, Holden Karau wrote: > Generally this means numpy isn't installed on the system or your > PYTHONPATH has somehow gotten pointed somewhere odd, > > On Wed, Jun 1, 2016 at 8:31 AM, Bhupendra Mishra < > bhu

ImportError: No module named numpy

2016-06-01 Thread Bhupendra Mishra
If any one please can help me with following error. File "/opt/mapr/spark/spark-1.6.1/python/lib/pyspark.zip/pyspark/mllib/__init__.py", line 25, in ImportError: No module named numpy Thanks in advance!

Re: Welcoming two new committers

2016-02-08 Thread Bhupendra Mishra
Congratulations to both. and welcome to group. On Mon, Feb 8, 2016 at 10:45 PM, Matei Zaharia wrote: > Hi all, > > The PMC has recently added two new Spark committers -- Herman van Hovell > and Wenchen Fan. Both have been heavily involved in Spark SQL and Tungsten, > adding new features, optimiz

Re: [VOTE] Release Apache Spark 1.6.0 (RC4)

2015-12-25 Thread Bhupendra Mishra
+1 On Fri, Dec 25, 2015 at 8:31 PM, vaquar khan wrote: > +1 > On 24 Dec 2015 22:01, "Vinay Shukla" wrote: > >> +1 >> Tested on HDP 2.3, YARN cluster mode, spark-shell >> >> On Wed, Dec 23, 2015 at 6:14 AM, Allen Zhang >> wrote: >> >>> >>> +1 (non-binding) >>> >>> I have just tarball a new bina