-
Notifications
You must be signed in to change notification settings - Fork 115
Replies: 2 comments · 7 replies
-
Could you share `/<index_name>/_hyperspace_log/0 if possible? |
Beta Was this translation helpful? Give feedback.
All reactions
-
Seems the source json doesn't have any problem; I could load the log on my local. And could you try the following and see if the same exception is thrown?
|
Beta Was this translation helpful? Give feedback.
All reactions
-
Hadoop cluster
Py4JJavaError Traceback (most recent call last) in /tmp/spark-1fc98042-5de5-42ba-8c65-ef8bad690665/userFiles-c25a1d68-19e0-40e2-9016-73fd590c806e/com.microsoft.hyperspace_hyperspace-core_2.11-0.4.0.jar/hyperspace/hyperspace.py in indexes(self) ~/spark/2.4.7/spark-2.4.7-bin-hadoop2.7/python/lib/py4j-0.10.7-src.zip/py4j/java_gateway.py in call(self, *args) ~/spark/2.4.7/spark-2.4.7-bin-hadoop2.7/python/pyspark/sql/utils.py in deco(*a, **kw) ~/spark/2.4.7/spark-2.4.7-bin-hadoop2.7/python/lib/py4j-0.10.7-src.zip/py4j/protocol.py in get_return_value(answer, gateway_client, target_id, name) Py4JJavaError: An error occurred while calling o683.indexes. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi! |
Beta Was this translation helpful? Give feedback.
All reactions
-
Hi, |
Beta Was this translation helpful? Give feedback.
All reactions
-
@soyarym I was not able to reproduce the issue using pyspark 2.4.7 / python 3.7.2. import com.microsoft.hyperspace._
val hs = new Hyperspace(spark)
hs.indexes |
Beta Was this translation helpful? Give feedback.
All reactions
-
This issue can be resolved by #489. |
Beta Was this translation helpful? Give feedback.
All reactions
-
Oh, great, thanks! |
Beta Was this translation helpful? Give feedback.
-
Hello again!
I have a problem - every time I try to create index based on either data type column or bigint, it fails with the error:
I've already replaced using regexp_replace any white spaces, but it hasn't helped.
Also I'm not good at scala/java and I use pyspark mostly, maybe it matters.
Can someone help me with that?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions