October 28 & 29: Experts share their secrets on how to pass the Fabric Analytics Engineer certification exam—live. Learn more
I have a Master orchestration pipeline, which consist of 6 invoked pipelines running parallelly.
Within each invoked pipeline, there are 3 notebooks running in a series (ingestion notebook--->Silver Notebook ---> Gold Notebook).
I'm facing the below issue often in the random silver or gold notes books sparksql statement.
FYI,The tables provided in the statements are not used in any other notebooks, each notebook has it's own set of table list.
This is not only specific to "create table statement", it also occurs for "drop table if exist" statement too.
Master orchestration runs everyday which is schedule to run daily and this issue persist at least weekly thrice.
Thanks in advance.
Hi @aravindhsam8 ,
Thanks for the reply from lbendlin .
Can you check the data pipeline and the owner of the notebook? A similar problem may occur when the owner of the notebook is removed from the workspace. You can also check if the owner of the pipeline and notebook has access to all the items you need for your run.
Make sure you are using the Spark 1.3 runtime.
Can you try to add a retry run pipeline? See if the problem can be reproduced.
Best Regards,
Yang
Community Support Team
If there is any post helps, then please consider Accept it as the solution to help the other members find it more quickly.
If I misunderstand your needs or you still have problems on it, please feel free to let us know. Thanks a lot!
Hi @v-huijiey-msft ,
Thanks for the reply.
I have changed to Spark 1.3 runtime. I have also checked all the ownership of the items within the pipleine, everything are under my name.
I have tried to provide retry option if failed for each notebook activity, the issue still persist, it fails on the first and succeed either on second or third.
But still the notbook fails, even though all the above options are checked.
HI @v-huijiey-msft , Just following back on this.
Kindly help on the above issue.
Thanks in advance.
This is not only specific to "create table statement", it also occurs for "drop table if exist" statement too.
I think these issues are related. Looks like your code sometimes fails to drop the table, and then it complans that it cannot create an existing table.
User | Count |
---|---|
11 | |
3 | |
3 | |
3 | |
2 |
User | Count |
---|---|
18 | |
11 | |
7 | |
7 | |
4 |