Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ object GlueApp {
}

if(partitioner.equals("com.amazonaws.cassandra.DefaultPartitioner")){
throw new Exception("Sark requires the use of RandomPartitioner or Murmur3Partitioner. See Working with partioners in Amazon Keyspaces documentation. https://docs.aws.amazon.com/keyspaces/latest/devguide/working-with-partitioners.html")
throw new Exception("Spark requires the use of RandomPartitioner or Murmur3Partitioner. See Working with partitioners in Amazon Keyspaces documentation. https://docs.aws.amazon.com/keyspaces/latest/devguide/working-with-partitioners.html")
}

val backupLocation = args.getOrElse("S3_URI", "")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ object GlueApp {
}

if(partitioner.equals("com.amazonaws.cassandra.DefaultPartitioner")){
throw new Exception("Sark requires the use of RandomPartitioner or Murmur3Partitioner. See Working with partioners in Amazon Keyspaces documentation. https://docs.aws.amazon.com/keyspaces/latest/devguide/working-with-partitioners.html")
throw new Exception("Spark requires the use of RandomPartitioner or Murmur3Partitioner. See Working with partitioners in Amazon Keyspaces documentation. https://docs.aws.amazon.com/keyspaces/latest/devguide/working-with-partitioners.html")
}

//count rows
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ object GlueApp {
}

if(partitioner.equals("com.amazonaws.cassandra.DefaultPartitioner")){
throw new Exception("Sark requires the use of RandomPartitioner or Murmur3Partitioner. See Working with partioners in Amazon Keyspaces documentation. https://docs.aws.amazon.com/keyspaces/latest/devguide/working-with-partitioners.html")
throw new Exception("Spark requires the use of RandomPartitioner or Murmur3Partitioner. See Working with partitioners in Amazon Keyspaces documentation. https://docs.aws.amazon.com/keyspaces/latest/devguide/working-with-partitioners.html")
}

val tableName = args("TABLE_NAME")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ object GlueApp {


if(partitioner.equals("com.amazonaws.cassandra.DefaultPartitioner")){
throw new Exception("Sark requires the use of RandomPartitioner or Murmur3Partitioner. See Working with partioners in Amazon Keyspaces documentation. https://docs.aws.amazon.com/keyspaces/latest/devguide/working-with-partitioners.html")
throw new Exception("Spark requires the use of RandomPartitioner or Murmur3Partitioner. See Working with partitioners in Amazon Keyspaces documentation. https://docs.aws.amazon.com/keyspaces/latest/devguide/working-with-partitioners.html")
}

val tableName = args("TABLE_NAME")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ object GlueApp {
}

if(partitioner.equals("com.amazonaws.cassandra.DefaultPartitioner")){
throw new Exception("Sark requires the use of RandomPartitioner or Murmur3Partitioner. See Working with partioners in Amazon Keyspaces documentation. https://docs.aws.amazon.com/keyspaces/latest/devguide/working-with-partitioners.html")
throw new Exception("Spark requires the use of RandomPartitioner or Murmur3Partitioner. See Working with partitioners in Amazon Keyspaces documentation. https://docs.aws.amazon.com/keyspaces/latest/devguide/working-with-partitioners.html")
}

val tableName = args("TABLE_NAME")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ object GlueApp {
}

if(partitioner.equals("com.amazonaws.cassandra.DefaultPartitioner")){
throw new Exception("Sark requires the use of RandomPartitioner or Murmur3Partitioner. See Working with partioners in Amazon Keyspaces documentation. https://docs.aws.amazon.com/keyspaces/latest/devguide/working-with-partitioners.html")
throw new Exception("Spark requires the use of RandomPartitioner or Murmur3Partitioner. See Working with partitioners in Amazon Keyspaces documentation. https://docs.aws.amazon.com/keyspaces/latest/devguide/working-with-partitioners.html")
}

val tableName = args("TABLE_NAME")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ object GlueApp {
}

if(partitioner.equals("com.amazonaws.cassandra.DefaultPartitioner")){
throw new Exception("Sark requires the use of RandomPartitioner or Murmur3Partitioner. See Working with partioners in Amazon Keyspaces documentation. https://docs.aws.amazon.com/keyspaces/latest/devguide/working-with-partitioners.html")
throw new Exception("Spark requires the use of RandomPartitioner or Murmur3Partitioner. See Working with partitioners in Amazon Keyspaces documentation. https://docs.aws.amazon.com/keyspaces/latest/devguide/working-with-partitioners.html")
}


Expand Down