123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- # Generated by devtools/yamaker (pypi).
- PY3_LIBRARY()
- VERSION(1.0.9)
- LICENSE(Apache-2.0)
- PEERDIR(
- contrib/python/thrift
- )
- NO_LINT()
- PY_SRCS(
- TOP_LEVEL
- hive_metastore_client/__init__.py
- hive_metastore_client/builders/__init__.py
- hive_metastore_client/builders/abstract_builder.py
- hive_metastore_client/builders/column_builder.py
- hive_metastore_client/builders/database_builder.py
- hive_metastore_client/builders/partition_builder.py
- hive_metastore_client/builders/serde_info_builder.py
- hive_metastore_client/builders/storage_descriptor_builder.py
- hive_metastore_client/builders/table_builder.py
- hive_metastore_client/hive_metastore_client.py
- thrift_files/__init__.py
- thrift_files/libraries/__init__.py
- thrift_files/libraries/thrift_facebook_service/FacebookService.py
- thrift_files/libraries/thrift_facebook_service/__init__.py
- thrift_files/libraries/thrift_facebook_service/constants.py
- thrift_files/libraries/thrift_facebook_service/ttypes.py
- thrift_files/libraries/thrift_hive_metastore_client/ThriftHiveMetastore.py
- thrift_files/libraries/thrift_hive_metastore_client/__init__.py
- thrift_files/libraries/thrift_hive_metastore_client/constants.py
- thrift_files/libraries/thrift_hive_metastore_client/ttypes.py
- )
- RESOURCE_FILES(
- PREFIX contrib/python/hive-metastore-client/
- .dist-info/METADATA
- .dist-info/top_level.txt
- )
- END()
|