spark-data-migration:简单的数据迁移示例

时间:2024-07-02 10:48:40
【文件属性】:

文件名称:spark-data-migration:简单的数据迁移示例

文件大小:3KB

文件格式:ZIP

更新时间:2024-07-02 10:48:40

Scala

这个项目是为了伴随这篇博文: : 请使用它作为本 repo 的参考。 键空间和表设置所需的 CQL: CREATE KEYSPACE tutorial WITH replication = {'class': 'SimpleStrategy', 'replication_factor': 1}; use tutorial; CREATE TABLE tutorial.user ( name text primary key, favorite_food text ); create table tutorial.food_to_user_index ( food text, user text, primary key (food, user)); insert into user (name, favorite_food) values ('Jon', 'bacon'); i


【文件预览】:
spark-data-migration-master
----src()
--------main()
----build.sbt(272B)
----README.md(1KB)
----.gitignore(17B)

网友评论