Article Niyaz Khafizov · Oct 8, 2018 16m read Record linkage using InterSystems IRIS, Apache Zeppelin, and Apache Spark
Article Niyaz Khafizov · Aug 3, 2018 4m read The way to launch Jupyter Notebook + Apache Spark + InterSystems IRIS
go to post Niyaz Khafizov · Sep 21, 2018 I tried this one:df = spark.read.load("/home/imported-openssh-key/zeppelin-0.8.0-bin-all/bin/resultData3/DF.json", format="json")df.write.format("com.intersystems.spark").\option("url", "IRIS://localhost:51773/DEDUPL").\option("user", "********").option("password", "********").\option("dbtable", "try.test1").save()with spark 2.1.1 and it worked. go to post Niyaz Khafizov · Sep 21, 2018 I used spark 2.2 and spark 2.3. Followers:show all 3Blaise Z.Evgeny S.Luca R.Following:Niyaz has not followed anybody yet.Global Masters badges:show all 14
go to post Niyaz Khafizov · Sep 21, 2018 I used spark 2.2 and spark 2.3. Followers:show all 3Blaise Z.Evgeny S.Luca R.Following:Niyaz has not followed anybody yet.Global Masters badges:show all 14
I tried this one:
with spark 2.1.1 and it worked.