Valliappa (Lak) Lakshmanan

Results 22 comments of Valliappa (Lak) Lakshmanan

Looking at this further, it seems to be a problem with some dependency not being loaded. I'm running the program from the Spark Scala shell as folllows: `spark-shell --packages=org.opencypher:morpheus-spark-cypher:0.4.2` The...

Okay, found the problem. The problem is with line 53 of the MorpheusFunctions initalizer: https://github.com/opencypher/morpheus/blob/master/morpheus-spark-cypher/src/main/scala/org/opencypher/morpheus/impl/MorpheusFunctions.scala#L53 Start the shell with `spark-shell --packages=org.opencypher:morpheus-spark-cypher:0.4.2 --conf spark.sql.legacy.allowUntypedScalaUDF=True` to workaround this problem. Another way to...

It was an experimental feature that was later removed. Not sure whether the plan is to bring it back in a different form or whether it's permanently removed.

Looking at the last line, it looks like you forgot to specify the bucket on the input to df07.py AILED, Error: Unable to open file: gs://BUCKETNAME/flights/staging/ch04timecorr. 1656567385.996847/pipeline.pb thanks, Lak On...

This looks like a bug. It's possible that bq extract is using a "shadow" project to run a pipeline to do the extraction. Can you file an issue against BigQuery?...

You seem to have a mismatch in tensor flow versions between the notebook and docker image. I see both 2-6 and 2-9 referenced in the error log. Could you check?...

These are the supported docker images in 2.9 Is the name that the script generates correct? thanks, Lak On Wed, Aug 3, 2022, 7:35 PM Chris Shin ***@***.***> wrote: >...

Chris, Please see this page for tensorflow versions that are supported by vertex AI prediction: https://cloud.google.com/vertex-ai/docs/predictions/pre-built-containers Notice that 2.9 is not (yet?) supported. This is usually a matter of time....

Thanks, Prayag. Please submit a pull-request after you finish the first chapter.

does this bucket exist? Is the bucket in the us-central1 region? ds-on-gcp-353305-dsongcp In any case, the pipeline is failing because it is not able to create this file. Lak On...