Note - Here we are calculating hash from String and then doing modulo with 1000 to limit the partition key in cluster.
We are storing hash information for one of the Cassandra column and want to access the same column using hash input via SQL query. Since this hashing mechanism is not available with Spark Thrift so we want to register a UDF function to calculate the hash in SQL query. Is it supported in Spark Thrift server? Is there other option available in Spark Thrift to pass custom function from SQL client to Thrift and then Cassandra cluster?
Note - Here we are calculating hash from String and then doing modulo with 1000 to limit the partition key in cluster.
--
You received this message because you are subscribed to the Google Groups "DataStax Spark Connector for Apache Cassandra" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spark-connector-...@lists.datastax.com.