Guest User

Untitled

a guest
Nov 22nd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. Dataset<Row> txnDf = sparkSession.read().format("jdbc").option("url", connection).option("partitionColumn", "TXN_DETAIL_ID").option("numPartitions", 1000).option("lowerBound", 1L).option("upperBound", 100000L)
  2. .option("dbtable", "CI_TXN_DETAIL_STG_100M").load();
Add Comment
Please, Sign In to add comment