Using Spark Cassandra java Connector to append a table -
javafunctions(recomm).writerbuilder("recommender", "recommendations_wkg", maptorow(recommendations_wkg.class)) .savetocassandra(); the code insert table won't update it. if column exist inserts new one. want update if have different info.
Comments
Post a Comment