You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,10 +66,10 @@ Parquet is a very active project, and new features are being added quickly. Here
66
66
* Type-specific encoding
67
67
* Hive integration (deprecated)
68
68
* Pig integration
69
-
* Cascading integration
69
+
* Cascading integration (deprecated)
70
70
* Crunch integration
71
71
* Apache Arrow integration
72
-
*Apache Scrooge integration
72
+
* Scrooge integration (deprecated)
73
73
* Impala integration (non-nested)
74
74
* Java Map/Reduce API
75
75
* Native Avro support
@@ -92,7 +92,7 @@ Note that to use an Input or Output format, you need to implement a WriteSupport
92
92
We've implemented this for 2 popular data formats to provide a clean migration path as well:
93
93
94
94
### Thrift
95
-
Thrift integration is provided by the [parquet-thrift](https://github.com/apache/parquet-mr/tree/master/parquet-thrift) sub-project. If you are using Thrift through Scala, you may be using Twitter's [Scrooge](https://github.com/twitter/scrooge). If that's the case, not to worry -- we took care of the Scrooge/Apache Thrift glue for you in the [parquet-scrooge](https://github.com/apache/parquet-mr/tree/master/parquet-scrooge) sub-project.
95
+
Thrift integration is provided by the [parquet-thrift](https://github.com/apache/parquet-mr/tree/master/parquet-thrift) sub-project.
96
96
97
97
### Avro
98
98
Avro conversion is implemented via the [parquet-avro](https://github.com/apache/parquet-mr/tree/master/parquet-avro) sub-project.
0 commit comments