Deprecate Pig support

patch by Aleksey Yeschenko; reviewed by Sylvain Lebresne for
CASSANDRA-10542
This commit is contained in:
Aleksey Yeschenko 2015-10-16 13:16:49 +01:00
parent 94a7d0682e
commit def58031d5
4 changed files with 8 additions and 1 deletions

View File

@ -1,4 +1,5 @@
2.2.4
* Deprecate Pig support (CASSANDRA-10542)
* Reduce contention getting instances of CompositeType (CASSANDRA-10433)
Merged from 2.1:
* (cqlsh) Distinguish negative and positive infinity in output (CASSANDRA-10523)

View File

@ -16,6 +16,11 @@ using the provided 'sstableupgrade' tool.
2.2.4
=====
Deprecation
-----------
- Pig support has been deprecated, and will be removed in 3.0.
Please see CASSANDRA-10542 for more details.
Operations
----------
- Switching racks is no longer an allowed operation on a node which has

View File

@ -61,7 +61,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.yaml.snakeyaml.external.biz.base64Coder.Base64Coder;
@Deprecated
public class CqlNativeStorage extends LoadFunc implements StoreFuncInterface, LoadMetadata
{
protected String DEFAULT_INPUT_FORMAT;

View File

@ -16,6 +16,7 @@ import org.apache.pig.data.DataByteArray;
import org.apache.pig.data.DataType;
import org.apache.pig.data.Tuple;
@Deprecated
public class StorageHelper
{
// system environment variables that can be set to configure connection info: