mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 21:30:31 -04:00
Pydoop is a Python interface to Hadoop that allows you to write MapReduce applications in pure Python. Pydoop offers several features not commonly found in other Python libraries for Hadoop: -- a rich HDFS API; -- a MapReduce API that allows to write pure Python record readers / writers, partitioners and combiners; -- transparent Avro (de)serialization; -- easy installation-free usage; WWW: http://crs4.github.io/pydoop/
10 lines
328 B
Python
10 lines
328 B
Python
--- setup.py.orig 2015-09-04 18:15:51.000000000 +0300
|
|
+++ setup.py 2015-09-07 15:42:08.302576000 +0300
|
|
@@ -439,7 +439,4 @@ setup(
|
|
"Topic :: Software Development :: Libraries :: Application Frameworks",
|
|
"Intended Audience :: Developers",
|
|
],
|
|
- data_files=[
|
|
- ('config', ['README.md']),
|
|
- ],
|
|
)
|