- 4907 Views
- 3 replies
- 2 kudos
The below error I am encountering . I am using microbatch for autoloader. please help to rectify this issuejava.lang.AssertionError: assertion failed: Invalid batch: path#36188,modificationTime#36189,length#36190L,content#36191,PROVIDER#36192,LOCATIO...
- 4907 Views
- 3 replies
- 2 kudos
Latest Reply
@Ayesha Rahmatali​ :The error message you provided suggests that there is an assertion failure due to invalid batch data in your AutoLoader implementation. The error specifically indicates that the schema of the incoming data is not matching with the...
2 More Replies
- 16118 Views
- 4 replies
- 5 kudos
I want to use the same spark session which created in one notebook and need to be used in another notebook in across same environment, Example, if some of the (variable)object got initialized in the first notebook, i need to use the same object in t...
- 16118 Views
- 4 replies
- 5 kudos
Latest Reply
You can use %run and then use the location of the notebook - %run "/folder/notebookname"
3 More Replies