[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13253569#comment-13253569
 ] 

Thawan Kooburat commented on ZOOKEEPER-1445:
--------------------------------------------

I don't think there will be an issue with 32-bit, so I should be able to change 
that to /usr/lib. However, I don't have 32 bit machine to test right now, so I 
am not sure about it. 

If we are interested in this patch and agree on its overall design, I can 
create a new patch that should apply to the upstream branch. 
                
> Add support for binary data for zktreeutil
> ------------------------------------------
>
>                 Key: ZOOKEEPER-1445
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1445
>             Project: ZooKeeper
>          Issue Type: Improvement
>          Components: contrib
>    Affects Versions: 3.4.3
>            Reporter: Thawan Kooburat
>         Attachments: ZOOKEEPER-1445.patch
>
>
> zktreeutil does not support binary data. The program will fail to 
> import/export znode's data which are in binary format. We are going to use 
> OpenSSL library to perform Base64 encoding so that we can store it XML 
> format. OpenSSL seems to be the only widely available library which as 
> support for Base64 encoding and decoding. Libxml2 only have encoding support. 

--
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

        

Reply via email to