Hello all,
I use a string when I'm launching the Sparkling-Water:
"--conf
spark.driver.extraClassPath='/SQLDrivers/sqljdbc_4.2/enu/sqljdbc41.jar"
and I get the error:
"
---------------------------------------------------------------------------
TypeError                                 Traceback (most recent call last)
<ipython-input-3-b79674c8856f> in <module>()
      1 from pysparkling import *
----> 2 hc = H2OContext(sc).start()

/tmp/modestov/spark/work/spark-5695a33c-905d-4af5-a719-88b7be0e0c45/userFiles-77e075c2-41cc-44d6-96fb-a2668b112133/pySparkling-1.6.1-py2.7.egg/pysparkling/context.py
in __init__(self, sparkContext)
     70     def __init__(self, sparkContext):
     71         try:
---> 72             self._do_init(sparkContext)
     73             # Hack H2OFrame from h2o package
     74             _monkey_patch_H2OFrame(self)

/tmp/modestov/spark/work/spark-5695a33c-905d-4af5-a719-88b7be0e0c45/userFiles-77e075c2-41cc-44d6-96fb-a2668b112133/pySparkling-1.6.1-py2.7.egg/pysparkling/context.py
in _do_init(self, sparkContext)
     94         gw = self._gw
     95 
---> 96         self._jhc =
jvm.org.apache.spark.h2o.H2OContext.getOrCreate(sc._jsc)
     97         self._client_ip = None
     98         self._client_port = None

TypeError: 'JavaPackage' object is not callable"
What does it mean?



--
View this message in context: 
http://apache-spark-user-list.1001560.n3.nabble.com/SQL-Driver-tp26800.html
Sent from the Apache Spark User List mailing list archive at Nabble.com.

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

Reply via email to