[jira] [Commented] (SPARK-25932) why GraphX vertexId should be Long ?

2018-11-04 Thread Ali Zadedehbalaei (JIRA)


[ 
https://issues.apache.org/jira/browse/SPARK-25932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16674659#comment-16674659
 ] 

Ali Zadedehbalaei commented on SPARK-25932:
---

Thanks [~dongjoon] .

> why GraphX vertexId should be Long ?
> 
>
> Key: SPARK-25932
> URL: https://issues.apache.org/jira/browse/SPARK-25932
> Project: Spark
>  Issue Type: Question
>  Components: GraphX
>Affects Versions: 2.3.2
>Reporter: Ali Zadedehbalaei
>Priority: Critical
>
> Hi,
> Currently, {{VertexId}} is a type-synonym for {{Long}}. I would like to be 
> able to use {{UUID}} as the vertex ID type because the data I want to process 
> with GraphX uses that type for its primay-keys.
> Given that the UUID is a unique identifier and its length is constant, why 
> can not it be used?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Updated] (SPARK-25932) why GraphX vertexId should be Long ?

2018-11-03 Thread Ali Zadedehbalaei (JIRA)


 [ 
https://issues.apache.org/jira/browse/SPARK-25932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ali Zadedehbalaei updated SPARK-25932:
--
Target Version/s:   (was: 2.3.2)
   Fix Version/s: (was: 2.3.2)

> why GraphX vertexId should be Long ?
> 
>
> Key: SPARK-25932
> URL: https://issues.apache.org/jira/browse/SPARK-25932
> Project: Spark
>  Issue Type: Question
>  Components: GraphX
>Affects Versions: 2.3.2
>Reporter: Ali Zadedehbalaei
>Priority: Critical
>
> Hi,
> Currently, {{VertexId}} is a type-synonym for {{Long}}. I would like to be 
> able to use {{UUID}} as the vertex ID type because the data I want to process 
> with GraphX uses that type for its primay-keys.
> Given that the UUID is a unique identifier and its length is constant, why 
> can not it be used?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org



[jira] [Created] (SPARK-25932) why GraphX vertexId should be Long ?

2018-11-03 Thread Ali Zadedehbalaei (JIRA)
Ali Zadedehbalaei created SPARK-25932:
-

 Summary: why GraphX vertexId should be Long ?
 Key: SPARK-25932
 URL: https://issues.apache.org/jira/browse/SPARK-25932
 Project: Spark
  Issue Type: Question
  Components: GraphX
Affects Versions: 2.3.2
Reporter: Ali Zadedehbalaei
 Fix For: 2.3.2


Hi,
Currently, {{VertexId}} is a type-synonym for {{Long}}. I would like to be able 
to use {{UUID}} as the vertex ID type because the data I want to process with 
GraphX uses that type for its primay-keys.
Given that the UUID is a unique identifier and its length is constant, why can 
not it be used?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

-
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org