[
https://issues.apache.org/jira/browse/HIVE-299?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12678177#action_12678177
]
Raghotham Murthy commented on HIVE-299:
---------------------------------------
Are you sure you did ant package? Once you do that you should have the
following in build/dist/lib/php
$ find . -type f
./autoload.php
./ext/thrift_protocol/config.m4
./ext/thrift_protocol/php_thrift_protocol.cpp
./ext/thrift_protocol/php_thrift_protocol.h
./ext/thrift_protocol/tags/1.0.0/config.m4
./ext/thrift_protocol/tags/1.0.0/php_thrift_protocol.cpp
./ext/thrift_protocol/tags/1.0.0/php_thrift_protocol.h
./packages/fb303/FacebookService.php
./packages/fb303/fb303_types.php
./packages/hive_metastore/hive_metastore_constants.php
./packages/hive_metastore/hive_metastore_types.php
./packages/hive_metastore/ThriftHiveMetastore.php
./packages/hive_metastore/ThriftMetaStore.php
./packages/hive_service/hive_service_types.php
./packages/hive_service/ThriftHive.php
./packages/serde/serde_constants.php
./packages/serde/serde_types.php
./protocol/TBinaryProtocol.php
./protocol/TProtocol.php
./Thrift.php
./transport/TBufferedTransport.php
./transport/TFramedTransport.php
./transport/THttpClient.php
./transport/TMemoryBuffer.php
./transport/TNullTransport.php
./transport/TPhpStream.php
./transport/TSocket.php
./transport/TSocketPool.php
./transport/TTransport.php
Note that this is the complete thrift root. It includes all the basic thrift
php files - Thrift.php, protocol/, transport/, ext/, autoload.php
And in packages, there are fb303/, hive_metastore/, hive_service/, serde/
So, you dont need the thrift distribution.
> Include php packages for thrift service
> ----------------------------------------
>
> Key: HIVE-299
> URL: https://issues.apache.org/jira/browse/HIVE-299
> Project: Hadoop Hive
> Issue Type: Bug
> Components: Server Infrastructure
> Affects Versions: 0.3.0
> Reporter: Raghotham Murthy
> Assignee: Raghotham Murthy
> Fix For: 0.3.0
>
> Attachments: hive-299.1.patch
>
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.