Merge branch 'cassandra-2.2' into cassandra-3.0

This commit is contained in:
Aleksey Yeschenko 2015-10-16 13:18:37 +01:00
commit 56d835135b
3 changed files with 7 additions and 1 deletions

View File

@ -119,6 +119,11 @@ Upgrading
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: