Anh Quan Tran

Results 12 comments of Anh Quan Tran

@utnaf I use neo4j server version 4.1.6 and neo4j browser 4.2.1 and neo4j-connector-apache-spark_2.12-4.0.2_for_spark_3.jar. In above issue, from version 4.0.1 fixed this error. But i still encountered it I tried: -...

@utnaf i tried neo4j-connector-apache-spark_2.12-4.0.3-pre_for_spark_3.jar but it still not work

@utnaf This is my source code df if a spark dataframe df.write.format("org.neo4j.spark.DataSource")\ .option("url", neo4j_credential['url'])\ .option("authentication.type", "basic")\ .option("authentication.basic.username", neo4j_credential['username'])\ .option("authentication.basic.password", neo4j_credential['password'])\ .option("database", neo4j_credential['database'])\ .option("labels", "TEST")\ .option('batch.size', 20000)\ .mode("append")\ .save() Datetime col...

@conker84 so how to keep timezone on neo4j same as dataframe spark. Can i change some option or config neo4j-spark connector?

@lanking520 Hi, i facing same issue. What your solution to resolve it?. I use almond 0.13.1, scala 2.12.15, spark 3.2.2. java 1.8.0. I submited job into YARN. Driver was inited,...

I want to resize image got from frame camera, not image preview. I tried changing these arguments mView.setMaxCameraPreviewSize(1920, 1080); But output image size still is 554x960 glReadPixels(0, 0, m.cols, m.rows,...

@alexarchambault I flow by your guide and error is fixed. But i still can not create notebook spark session Steps i tried: ``` bitsadmin /transfer downloadCoursierCli https://github.com/coursier/launchers/raw/master/coursier "%cd%\coursier" bitsadmin /transfer...

Finally, it raise an exception like this. It's seem connect to timeline server is issue, but when i run spark-shell from prompt, it still working ``` java.io.IOException: java.lang.RuntimeException: Failed to...

@alexarchambault Hi, i use spark 3.2.2 and scala 2.12.15. What version almond is compatible with these? I tried almond 0.13.9 but it error: java.lang.NoClassDefFoundError: org/apache/logging/log4j/LogManager