Re: [ANNOUNCE] Apache Zeppelin 0.7.0 released

2017-02-06 Thread Mich Talebzadeh
excellent news Dr Mich Talebzadeh LinkedIn * https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw <https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw>* http://talebzadehmich.wordpress.com *Disclaimer:* Use it at your own ris

Re: Real-time Updated Plots with Kafka

2017-02-23 Thread Mich Talebzadeh
you can use zeppelin scheduler to execute it every few seconds assuming that zeppelin has sufficient to execute every instance of the code Dr Mich Talebzadeh LinkedIn * https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw <https://www.linkedin.com/profile/view

Re: Using Zeppelin continuously with the same UI open

2016-10-05 Thread Mich Talebzadeh
quot;TIMECREATED"), 'SECURITY, substring('PRICE,1,7).as("PRICE")).orderBy('TIMECREATED) rs } case _ => { sys.error("No valid option provided") } } z.show(rs) Anything I can do to reduce the effect? The UI is kept open and I just run the c

Re: Multiple concurrent spark notebooks

2016-10-05 Thread Mich Talebzadeh
above. HTH Dr Mich Talebzadeh LinkedIn * https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw <https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw>* http://talebzadehmich.wordpress.com *Disclaimer:* Use it at your own ris

Using Zeppelin continuously with the same UI open

2016-10-03 Thread Mich Talebzadeh
in the run. Then in order to make this work I recycle (stop/start) Zeppelin daemon and things start working. Is this behavior expected or is this due to excessive memory usage/GC issue. FYI I am using zeppelin-0.6.1 Thanks Dr Mich Talebzadeh LinkedIn * https://www.linkedin.com/profi

Re: Adding main and access titles to Zeppelin's chart

2016-09-27 Thread Mich Talebzadeh
Thanks Dr Mich Talebzadeh LinkedIn * https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw <https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw>* http://talebzadehmich.wordpress.com *Disclaimer:* Use it at your own risk. Any a

Re: Sharing RDDS across applications and users

2016-10-27 Thread Mich Talebzadeh
Thanks Chanh, Can it share RDDs. Personally I have not used either Alluxio or Ignite. 1. Are there major differences between these two 2. Have you tried Alluxio for sharing Spark RDDs and if so do you have any experience you can kindly share Regards Dr Mich Talebzadeh LinkedIn

Sharing RDDS across applications and users

2016-10-27 Thread Mich Talebzadeh
with something like Apache Ignite. Has anyone really tried this. Will that work with multiple applications? It looks feasible as RDDs are immutable and so are registered tempTables etc. Thanks Dr Mich Talebzadeh LinkedIn * https://www.linkedin.com/profile/view?id

Re: Zeppelin using Spark to access Hbase throws error

2016-10-29 Thread Mich Talebzadeh
Hi Felix, Yes it is the same host that I run Spark shell and I start Zeppelin on. Have you observed this before? Thanks Dr Mich Talebzadeh LinkedIn * https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw <https://www.linkedin.com/profile/view

Zeppelin or Jupiter

2016-11-28 Thread Mich Talebzadeh
of it vis-à-vis Zeppelin? Thanks Dr Mich Talebzadeh LinkedIn * https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw <https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw>* http://talebzadehmich.wordpress.com *Disclaimer:* Use it a

Re: Sharing RDDS across applications and users

2016-10-28 Thread Mich Talebzadeh
Hi, I think tempTable is private to the session that creates it. In Hive temp tables created by "CREATE TEMPORARY TABLE" are all private to the session. Spark is no different. The alternative may be everyone creates tempTable from the same DF? HTH Dr Mich Talebzadeh LinkedI

Re: zeppelin with spark 2.0.1

2016-10-12 Thread Mich Talebzadeh
what have you defined your export MASTER= and export SPARK_HOME= in zeppelin-env.sh Dr Mich Talebzadeh LinkedIn * https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw <https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw>*

Re: Zeppelin or Jupiter

2016-11-30 Thread Mich Talebzadeh
Guys, How Active Directory/LDAP and Kerberos are integrated with Zeppelin? thanks Dr Mich Talebzadeh LinkedIn * https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw <https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw>*

Zeppelin versus Jupyter versus H2O Flow

2017-08-12 Thread Mich Talebzadeh
Hi, Has anyone recently evaluated Zeppelin versus Jupyter versus H2O Flow by any chance? I have used Zeppelin and really a fan of it. However, I have not any exposure to Jupyter or H2O Flow. I was wondering anyone has pros and cons for each of these products by any chance. Thanks, Dr Mich

Cloudera Data Science Workbench and Zeppelin

2017-09-10 Thread Mich Talebzadeh
Hi, As I understood Cloudera Data Science Workbench was based on Zeppelin. Zeppelin as open source was supported by Hortonworks and Cloudera took Zeppelin and created the Workbench. As anyone within Zeppelin community come across this Workbench and how do you rate it? Thanks Dr Mich

Re: Cloudera Data Science Workbench and Zeppelin

2017-09-10 Thread Mich Talebzadeh
I was under the impression that it was based on zeppelin or originally started based on it. it would be interesting to see how it was developed as it is a relatively new comer. HTH Dr Mich Talebzadeh LinkedIn * https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw

Re: Cloudera Data Science Workbench and Zeppelin

2017-09-10 Thread Mich Talebzadeh
thanks Felix. What is your experience of it if you cab share please? Dr Mich Talebzadeh LinkedIn * https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw <https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw>*

Connecting from Zeppelin 0.7.3 to Oracle 12c semds Spark 2.3.0 is not supported

2018-07-07 Thread Mich Talebzadeh
Dr Mich Talebzadeh LinkedIn * https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw <https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw>* http://talebzadehmich.wordpress.com *Disclaimer:* Use it at your own risk. Any a

Re: Connecting from Zeppelin 0.7.3 to Oracle 12c semds Spark 2.3.0 is not supported

2018-07-08 Thread Mich Talebzadeh
sure thanks I sorted it out. regards, Dr Mich Talebzadeh LinkedIn * https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw <https://www.linkedin.com/profile/view?id=AAEWh2gBxianrbJd6zP6AcPCCdOABUrV8Pw>* http://talebzadehmich.wordpress.com *Disclaimer

Re: Scala 2.12 version mismatch for Spark Interpreter

2021-10-28 Thread Mich Talebzadeh
tps://www.linkedin.com/in/mich-talebzadeh-ph-d-5205b2/> *Disclaimer:* Use it at your own risk. Any and all responsibility for any loss, damage or destruction of data or any other property which may arise from relying on this email's technical content is explicitly disclaimed. The author will in no case be

Re: Scala 2.12 version mismatch for Spark Interpreter

2021-10-28 Thread Mich Talebzadeh
apologies should say the docker image should be on 3.1.1 view my Linkedin profile <https://www.linkedin.com/in/mich-talebzadeh-ph-d-5205b2/> *Disclaimer:* Use it at your own risk. Any and all responsibility for any loss, damage or destruction of data or any other property which may

Re: Spark on k8s cluster mode, from outside of the cluster. [SOLVED]

2021-10-29 Thread Mich Talebzadeh
ready build dockers shortly from the official spark community site for different versions. HTH view my Linkedin profile <https://www.linkedin.com/in/mich-talebzadeh-ph-d-5205b2/> *Disclaimer:* Use it at your own risk. Any and all responsibility for any loss, damage or destruction of data o

Re: Python interpreter Pending issue with K8S mode

2021-07-26 Thread Mich Talebzadeh
my Linkedin profile <https://www.linkedin.com/in/mich-talebzadeh-ph-d-5205b2/> *Disclaimer:* Use it at your own risk. Any and all responsibility for any loss, damage or destruction of data or any other property which may arise from relying on this email's technical content is expl