- 2450 Views
- 1 replies
- 0 kudos
we are migrating out project from on-premise to azure , so on-premise database is the SQL server that we are using and azure data lake gen2 is the storage location where store data currently and so far we are currently validating record count of each...
- 2450 Views
- 1 replies
- 0 kudos
- 1917 Views
- 0 replies
- 0 kudos
Hi,I am trying to delete the data from the external partitioned table, it has around 3 years of data, and the partition is created on the date column.I am trying to delete each partition first and then the schema of the table, which takes around 8hrs...
- 1917 Views
- 0 replies
- 0 kudos
- 2827 Views
- 0 replies
- 0 kudos
from pyspark.sql import SparkSessionfrom pyspark.ml.regression import LinearRegressionfrom pyspark.ml.feature import VectorAssemblerfrom pyspark.ml.evaluation import RegressionEvaluatorfrom pyspark.ml import Pipelineimport numpy as np# Create a Spark...
- 2827 Views
- 0 replies
- 0 kudos