[jira] [Commented] (HBASE-11250) Document: CLONE - Fix jersey serialization/deserialization of json objects

2014-05-27 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14009969#comment-14009969
 ] 

stack commented on HBASE-11250:
---

Add youself with your real name -- e.g. Misty or MistyStanleyJones -- rather 
than mstan...@cloudera.com and I will then add you to this group, 
https://wiki.apache.org/hadoop/ContributorsGroup, so you can edit.

 Document: CLONE - Fix jersey serialization/deserialization of json objects
 --

 Key: HBASE-11250
 URL: https://issues.apache.org/jira/browse/HBASE-11250
 Project: HBase
  Issue Type: Bug
  Components: documentation, REST
Affects Versions: 0.92.2
Reporter: Misty Stanley-Jones
Assignee: Misty Stanley-Jones
Priority: Blocker

 Stargate uses the default json marshaller/unmarshaller in natural mode. In 
 this mode the unmarshaller has trouble unmarshalling json instances. 
 This patch fixes this issue by using jackson as the marshaller/unmarshaller 
 instead. 
 I've also updated all the model unit tests to test json 
 serialization/deserialization. Backwards compatibilty can be verified by 
 modify the test base class to use the original marshaller/unmarshaller and 
 see that model tests pass.
 The patch is backward compatible except for StorageClusterStatusModel, which 
 is broken anyway. It only shows one node in the liveNodes field.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11250) Document: CLONE - Fix jersey serialization/deserialization of json objects

2014-05-27 Thread Misty Stanley-Jones (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14010338#comment-14010338
 ] 

Misty Stanley-Jones commented on HBASE-11250:
-

Sorry I actually registered as MistyStanley-Jones

 Document: CLONE - Fix jersey serialization/deserialization of json objects
 --

 Key: HBASE-11250
 URL: https://issues.apache.org/jira/browse/HBASE-11250
 Project: HBase
  Issue Type: Bug
  Components: documentation, REST
Affects Versions: 0.92.2
Reporter: Misty Stanley-Jones
Assignee: Misty Stanley-Jones
Priority: Blocker

 Stargate uses the default json marshaller/unmarshaller in natural mode. In 
 this mode the unmarshaller has trouble unmarshalling json instances. 
 This patch fixes this issue by using jackson as the marshaller/unmarshaller 
 instead. 
 I've also updated all the model unit tests to test json 
 serialization/deserialization. Backwards compatibilty can be verified by 
 modify the test base class to use the original marshaller/unmarshaller and 
 see that model tests pass.
 The patch is backward compatible except for StorageClusterStatusModel, which 
 is broken anyway. It only shows one node in the liveNodes field.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11250) Document: CLONE - Fix jersey serialization/deserialization of json objects

2014-05-27 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14010353#comment-14010353
 ] 

stack commented on HBASE-11250:
---

Ok.  I added you.  You should be good to go.  Ping me if it doesn't work.  
[~misty]

 Document: CLONE - Fix jersey serialization/deserialization of json objects
 --

 Key: HBASE-11250
 URL: https://issues.apache.org/jira/browse/HBASE-11250
 Project: HBase
  Issue Type: Bug
  Components: documentation, REST
Affects Versions: 0.92.2
Reporter: Misty Stanley-Jones
Assignee: Misty Stanley-Jones
Priority: Blocker

 Stargate uses the default json marshaller/unmarshaller in natural mode. In 
 this mode the unmarshaller has trouble unmarshalling json instances. 
 This patch fixes this issue by using jackson as the marshaller/unmarshaller 
 instead. 
 I've also updated all the model unit tests to test json 
 serialization/deserialization. Backwards compatibilty can be verified by 
 modify the test base class to use the original marshaller/unmarshaller and 
 see that model tests pass.
 The patch is backward compatible except for StorageClusterStatusModel, which 
 is broken anyway. It only shows one node in the liveNodes field.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11250) Document: CLONE - Fix jersey serialization/deserialization of json objects

2014-05-27 Thread Misty Stanley-Jones (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14010373#comment-14010373
 ] 

Misty Stanley-Jones commented on HBASE-11250:
-

It hasn't worked. I notice on the contributors page that the link on my name is 
only for MistyStanley. I'm sorry to be one of those with a difficult name.

 Document: CLONE - Fix jersey serialization/deserialization of json objects
 --

 Key: HBASE-11250
 URL: https://issues.apache.org/jira/browse/HBASE-11250
 Project: HBase
  Issue Type: Bug
  Components: documentation, REST
Affects Versions: 0.92.2
Reporter: Misty Stanley-Jones
Assignee: Misty Stanley-Jones
Priority: Blocker

 Stargate uses the default json marshaller/unmarshaller in natural mode. In 
 this mode the unmarshaller has trouble unmarshalling json instances. 
 This patch fixes this issue by using jackson as the marshaller/unmarshaller 
 instead. 
 I've also updated all the model unit tests to test json 
 serialization/deserialization. Backwards compatibilty can be verified by 
 modify the test base class to use the original marshaller/unmarshaller and 
 see that model tests pass.
 The patch is backward compatible except for StorageClusterStatusModel, which 
 is broken anyway. It only shows one node in the liveNodes field.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11250) Document: CLONE - Fix jersey serialization/deserialization of json objects

2014-05-27 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14010418#comment-14010418
 ] 

stack commented on HBASE-11250:
---

[~misty] Try now.  If this don't work, you'll have to change your name !  
(smile... or at least make a new log in for yourself ... Misty is probably not 
taken)

 Document: CLONE - Fix jersey serialization/deserialization of json objects
 --

 Key: HBASE-11250
 URL: https://issues.apache.org/jira/browse/HBASE-11250
 Project: HBase
  Issue Type: Bug
  Components: documentation, REST
Affects Versions: 0.92.2
Reporter: Misty Stanley-Jones
Assignee: Misty Stanley-Jones
Priority: Blocker

 Stargate uses the default json marshaller/unmarshaller in natural mode. In 
 this mode the unmarshaller has trouble unmarshalling json instances. 
 This patch fixes this issue by using jackson as the marshaller/unmarshaller 
 instead. 
 I've also updated all the model unit tests to test json 
 serialization/deserialization. Backwards compatibilty can be verified by 
 modify the test base class to use the original marshaller/unmarshaller and 
 see that model tests pass.
 The patch is backward compatible except for StorageClusterStatusModel, which 
 is broken anyway. It only shows one node in the liveNodes field.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11250) Document: CLONE - Fix jersey serialization/deserialization of json objects

2014-05-27 Thread Misty Stanley-Jones (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14010500#comment-14010500
 ] 

Misty Stanley-Jones commented on HBASE-11250:
-

Changed username to Misty -- hopefully that will work.

 Document: CLONE - Fix jersey serialization/deserialization of json objects
 --

 Key: HBASE-11250
 URL: https://issues.apache.org/jira/browse/HBASE-11250
 Project: HBase
  Issue Type: Bug
  Components: documentation, REST
Affects Versions: 0.92.2
Reporter: Misty Stanley-Jones
Assignee: Misty Stanley-Jones
Priority: Blocker

 Stargate uses the default json marshaller/unmarshaller in natural mode. In 
 this mode the unmarshaller has trouble unmarshalling json instances. 
 This patch fixes this issue by using jackson as the marshaller/unmarshaller 
 instead. 
 I've also updated all the model unit tests to test json 
 serialization/deserialization. Backwards compatibilty can be verified by 
 modify the test base class to use the original marshaller/unmarshaller and 
 see that model tests pass.
 The patch is backward compatible except for StorageClusterStatusModel, which 
 is broken anyway. It only shows one node in the liveNodes field.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11250) Document: CLONE - Fix jersey serialization/deserialization of json objects

2014-05-27 Thread stack (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14010527#comment-14010527
 ] 

stack commented on HBASE-11250:
---

Done

 Document: CLONE - Fix jersey serialization/deserialization of json objects
 --

 Key: HBASE-11250
 URL: https://issues.apache.org/jira/browse/HBASE-11250
 Project: HBase
  Issue Type: Bug
  Components: documentation, REST
Affects Versions: 0.92.2
Reporter: Misty Stanley-Jones
Assignee: Misty Stanley-Jones
Priority: Blocker

 Stargate uses the default json marshaller/unmarshaller in natural mode. In 
 this mode the unmarshaller has trouble unmarshalling json instances. 
 This patch fixes this issue by using jackson as the marshaller/unmarshaller 
 instead. 
 I've also updated all the model unit tests to test json 
 serialization/deserialization. Backwards compatibilty can be verified by 
 modify the test base class to use the original marshaller/unmarshaller and 
 see that model tests pass.
 The patch is backward compatible except for StorageClusterStatusModel, which 
 is broken anyway. It only shows one node in the liveNodes field.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11250) Document: CLONE - Fix jersey serialization/deserialization of json objects

2014-05-27 Thread Misty Stanley-Jones (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14010597#comment-14010597
 ] 

Misty Stanley-Jones commented on HBASE-11250:
-

Changes made to the Wiki and available for review.

 Document: CLONE - Fix jersey serialization/deserialization of json objects
 --

 Key: HBASE-11250
 URL: https://issues.apache.org/jira/browse/HBASE-11250
 Project: HBase
  Issue Type: Bug
  Components: documentation, REST
Affects Versions: 0.92.2
Reporter: Misty Stanley-Jones
Assignee: Misty Stanley-Jones
Priority: Blocker

 Stargate uses the default json marshaller/unmarshaller in natural mode. In 
 this mode the unmarshaller has trouble unmarshalling json instances. 
 This patch fixes this issue by using jackson as the marshaller/unmarshaller 
 instead. 
 I've also updated all the model unit tests to test json 
 serialization/deserialization. Backwards compatibilty can be verified by 
 modify the test base class to use the original marshaller/unmarshaller and 
 see that model tests pass.
 The patch is backward compatible except for StorageClusterStatusModel, which 
 is broken anyway. It only shows one node in the liveNodes field.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11250) Document: CLONE - Fix jersey serialization/deserialization of json objects

2014-05-26 Thread Misty Stanley-Jones (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14009212#comment-14009212
 ] 

Misty Stanley-Jones commented on HBASE-11250:
-

I'm unable to edit the Wiki page. I've signed up to the Wiki with 
mstan...@cloudera.com. Please advise [~stack] [~j...@cloudera.com] or others.

 Document: CLONE - Fix jersey serialization/deserialization of json objects
 --

 Key: HBASE-11250
 URL: https://issues.apache.org/jira/browse/HBASE-11250
 Project: HBase
  Issue Type: Bug
  Components: documentation, REST
Affects Versions: 0.92.2
Reporter: Misty Stanley-Jones
Assignee: Misty Stanley-Jones
Priority: Blocker

 Stargate uses the default json marshaller/unmarshaller in natural mode. In 
 this mode the unmarshaller has trouble unmarshalling json instances. 
 This patch fixes this issue by using jackson as the marshaller/unmarshaller 
 instead. 
 I've also updated all the model unit tests to test json 
 serialization/deserialization. Backwards compatibilty can be verified by 
 modify the test base class to use the original marshaller/unmarshaller and 
 see that model tests pass.
 The patch is backward compatible except for StorageClusterStatusModel, which 
 is broken anyway. It only shows one node in the liveNodes field.



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (HBASE-11250) Document: CLONE - Fix jersey serialization/deserialization of json objects

2014-05-25 Thread Misty Stanley-Jones (JIRA)

[ 
https://issues.apache.org/jira/browse/HBASE-11250?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14008473#comment-14008473
 ] 

Misty Stanley-Jones commented on HBASE-11250:
-

This should be updated at the Wiki: http://wiki.apache.org/hadoop/Hbase/Stargate

 Document: CLONE - Fix jersey serialization/deserialization of json objects
 --

 Key: HBASE-11250
 URL: https://issues.apache.org/jira/browse/HBASE-11250
 Project: HBase
  Issue Type: Bug
  Components: documentation, REST
Affects Versions: 0.92.2
Reporter: Misty Stanley-Jones
Assignee: Misty Stanley-Jones
Priority: Blocker

 Stargate uses the default json marshaller/unmarshaller in natural mode. In 
 this mode the unmarshaller has trouble unmarshalling json instances. 
 This patch fixes this issue by using jackson as the marshaller/unmarshaller 
 instead. 
 I've also updated all the model unit tests to test json 
 serialization/deserialization. Backwards compatibilty can be verified by 
 modify the test base class to use the original marshaller/unmarshaller and 
 see that model tests pass.
 The patch is backward compatible except for StorageClusterStatusModel, which 
 is broken anyway. It only shows one node in the liveNodes field.



--
This message was sent by Atlassian JIRA
(v6.2#6252)