[jira] [Updated] (AVRO-1062) DataFileWriter uses java.rmi.server.UID to generate unique id,which causes avro compilation problem on Android Delvik

2012-05-16 Thread Doug Cutting (JIRA)

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

Doug Cutting updated AVRO-1062:
---

Resolution: Fixed
Status: Resolved  (was: Patch Available)

I committed this.  Thanks, Kevin!

> DataFileWriter uses java.rmi.server.UID to generate unique id,which causes 
> avro compilation problem on Android Delvik
> -
>
> Key: AVRO-1062
> URL: https://issues.apache.org/jira/browse/AVRO-1062
> Project: Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.6.3
> Environment: Android 2.3.3-API level 10
>Reporter: Kevin Zhao
>Assignee: Kevin Zhao
>  Labels: patch
> Fix For: 1.7.0
>
> Attachments: AVRO-1062.patch
>
>
> Because Android Delvik does not have java.rmi.* packages and 
> org.apache.avro.file.DataFileWriter has a reference of 
> java.rmi.server.UID,avro fails in compilation process on Android.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (AVRO-1062) DataFileWriter uses java.rmi.server.UID to generate unique id,which causes avro compilation problem on Android Delvik

2012-04-17 Thread Kevin Zhao (Updated) (JIRA)

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

Kevin Zhao updated AVRO-1062:
-

  Tags: android
Labels: patch  (was: )

> DataFileWriter uses java.rmi.server.UID to generate unique id,which causes 
> avro compilation problem on Android Delvik
> -
>
> Key: AVRO-1062
> URL: https://issues.apache.org/jira/browse/AVRO-1062
> Project: Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.6.3
> Environment: Android 2.3.3-API level 10
>Reporter: Kevin Zhao
>  Labels: patch
> Fix For: 1.7.0
>
> Attachments: AVRO-1062.patch
>
>
> Because Android Delvik does not have java.rmi.* packages and 
> org.apache.avro.file.DataFileWriter has a reference of 
> java.rmi.server.UID,avro fails in compilation process on Android.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (AVRO-1062) DataFileWriter uses java.rmi.server.UID to generate unique id,which causes avro compilation problem on Android Delvik

2012-04-17 Thread Kevin Zhao (Updated) (JIRA)

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

Kevin Zhao updated AVRO-1062:
-

Description: 
Because Android Delvik does not have java.rmi.* packages and 
org.apache.avro.file.DataFileWriter has a reference of java.rmi.server.UID,avro 
fails in compilation process on Android.




  was:
Because Android Delvik does not have java.rmi.* packages and 
org.apache.avro.file.DataFileWriter has a reference of java.rmi.server.UID,avro 
fails in compilation process on Android.


Suggestion:Could it be possible to use java.util.UUID as the alternative of 
java.rmi.server.UID to generate unique id?


> DataFileWriter uses java.rmi.server.UID to generate unique id,which causes 
> avro compilation problem on Android Delvik
> -
>
> Key: AVRO-1062
> URL: https://issues.apache.org/jira/browse/AVRO-1062
> Project: Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.6.3
> Environment: Android 2.3.3-API level 10
>Reporter: Kevin Zhao
> Fix For: 1.7.0
>
> Attachments: AVRO-1062.patch
>
>
> Because Android Delvik does not have java.rmi.* packages and 
> org.apache.avro.file.DataFileWriter has a reference of 
> java.rmi.server.UID,avro fails in compilation process on Android.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (AVRO-1062) DataFileWriter uses java.rmi.server.UID to generate unique id,which causes avro compilation problem on Android Delvik

2012-04-17 Thread Kevin Zhao (Updated) (JIRA)

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

Kevin Zhao updated AVRO-1062:
-

Status: Patch Available  (was: Open)

> DataFileWriter uses java.rmi.server.UID to generate unique id,which causes 
> avro compilation problem on Android Delvik
> -
>
> Key: AVRO-1062
> URL: https://issues.apache.org/jira/browse/AVRO-1062
> Project: Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.6.3
> Environment: Android 2.3.3-API level 10
>Reporter: Kevin Zhao
> Fix For: 1.7.0
>
> Attachments: AVRO-1062.patch
>
>
> Because Android Delvik does not have java.rmi.* packages and 
> org.apache.avro.file.DataFileWriter has a reference of 
> java.rmi.server.UID,avro fails in compilation process on Android.
> Suggestion:Could it be possible to use java.util.UUID as the alternative of 
> java.rmi.server.UID to generate unique id?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (AVRO-1062) DataFileWriter uses java.rmi.server.UID to generate unique id,which causes avro compilation problem on Android Delvik

2012-04-17 Thread Kevin Zhao (Updated) (JIRA)

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

Kevin Zhao updated AVRO-1062:
-

Attachment: (was: AVRO-1062.patch)

> DataFileWriter uses java.rmi.server.UID to generate unique id,which causes 
> avro compilation problem on Android Delvik
> -
>
> Key: AVRO-1062
> URL: https://issues.apache.org/jira/browse/AVRO-1062
> Project: Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.6.3
> Environment: Android 2.3.3-API level 10
>Reporter: Kevin Zhao
> Fix For: 1.7.0
>
> Attachments: AVRO-1062.patch
>
>
> Because Android Delvik does not have java.rmi.* packages and 
> org.apache.avro.file.DataFileWriter has a reference of 
> java.rmi.server.UID,avro fails in compilation process on Android.
> Suggestion:Could it be possible to use java.util.UUID as the alternative of 
> java.rmi.server.UID to generate unique id?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (AVRO-1062) DataFileWriter uses java.rmi.server.UID to generate unique id,which causes avro compilation problem on Android Delvik

2012-04-17 Thread Kevin Zhao (Updated) (JIRA)

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

Kevin Zhao updated AVRO-1062:
-

Attachment: AVRO-1062.patch

> DataFileWriter uses java.rmi.server.UID to generate unique id,which causes 
> avro compilation problem on Android Delvik
> -
>
> Key: AVRO-1062
> URL: https://issues.apache.org/jira/browse/AVRO-1062
> Project: Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.6.3
> Environment: Android 2.3.3-API level 10
>Reporter: Kevin Zhao
> Fix For: 1.7.0
>
> Attachments: AVRO-1062.patch, AVRO-1062.patch
>
>
> Because Android Delvik does not have java.rmi.* packages and 
> org.apache.avro.file.DataFileWriter has a reference of 
> java.rmi.server.UID,avro fails in compilation process on Android.
> Suggestion:Could it be possible to use java.util.UUID as the alternative of 
> java.rmi.server.UID to generate unique id?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] [Updated] (AVRO-1062) DataFileWriter uses java.rmi.server.UID to generate unique id,which causes avro compilation problem on Android Delvik

2012-04-17 Thread Kevin Zhao (Updated) (JIRA)

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

Kevin Zhao updated AVRO-1062:
-

Attachment: AVRO-1062.patch

> DataFileWriter uses java.rmi.server.UID to generate unique id,which causes 
> avro compilation problem on Android Delvik
> -
>
> Key: AVRO-1062
> URL: https://issues.apache.org/jira/browse/AVRO-1062
> Project: Avro
>  Issue Type: Improvement
>  Components: java
>Affects Versions: 1.6.3
> Environment: Android 2.3.3-API level 10
>Reporter: Kevin Zhao
> Fix For: 1.7.0
>
> Attachments: AVRO-1062.patch, AVRO-1062.patch
>
>
> Because Android Delvik does not have java.rmi.* packages and 
> org.apache.avro.file.DataFileWriter has a reference of 
> java.rmi.server.UID,avro fails in compilation process on Android.
> Suggestion:Could it be possible to use java.util.UUID as the alternative of 
> java.rmi.server.UID to generate unique id?

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira