AW: how to upload data files for use in notebook (python)

2021-07-01 Thread Uwe.Bauder
Thanks for the fast reply. Unfortunately, cloud storage is not the preferred option for us. We would need to host any solution on our own internal server. Von: Jeff Zhang Gesendet: Donnerstag, 1. Juli 2021 08:42 An: users Betreff: Re: how to upload data files for use in notebook (python) Unf

Can't get Cassandra and Spark 3.0.0 to work

2021-07-01 Thread Tobias Eriksson
Hi I am trying to get * Apache Spark 3.0 * Spark Cassandra Connector 3.0.0 To work together from Zeppelin, but are running into issues that seems to be related to Scala 2.12 Like for example NoSuchMethodError, see below Has anyone been able to get this to work ? There are files in the Z

Re: Can't get Cassandra and Spark 3.0.0 to work

2021-07-01 Thread Jeff Zhang
/opt/zeppelin/local-repo/spark is the location where zeppelin download dependencies, if you find both scala-2.11 and scala-2.12, then I suspect besides com.datastax.spark:spark-cassandra-connector_2.12:3.0.0 what else dependencies do you use ? Tobias Eriksson 于2021年7月1日周四 下午10:51写道: > Hi > > I

Re: Can't get Cassandra and Spark 3.0.0 to work

2021-07-01 Thread Alex Ott
try to use assembly version of SCC, and 3.0.1: https://mvnrepository.com/artifact/com.datastax.spark/spark-cassandra-connector-assembly_2.12/3.0.1 - it definitely works with Spark 3.0, not clear from where the Scala 2.11 is coming On Thu, Jul 1, 2021 at 4:50 PM Tobias Eriksson wrote: > Hi > > I

How to disable creating a new notebook for few users

2021-07-01 Thread Great Info
I am using Zeppelin 0.8.2, different kinds of users use our zeppelin. There is one category of users wherein they just need to run the notebook. I know how to set the authorization to disable 'edit or running' the notebook but I did not find the option to disable creating a new notebook for these

Re: How to disable creating a new notebook for few users

2021-07-01 Thread Jeff Zhang
I don't think zeppelin has such a feature yet. Great Info 于2021年7月2日周五 上午2:42写道: > I am using Zeppelin 0.8.2, different kinds of users use our zeppelin. > There is one category of users wherein they just need to run the notebook. > I know how to set the authorization to disable 'edit or running