Unable to run examples #194
Replies: 12 comments
-
There has to be more error messages in the logs, can you please post them here? |
Beta Was this translation helpful? Give feedback.
-
Here is my log file. It was quite long for a comment 👍 |
Beta Was this translation helpful? Give feedback.
-
Seems like it's a Hadoop misconfiguration issue.
A quick googling gave me these links that might be helpful: |
Beta Was this translation helpful? Give feedback.
-
Thank you for your return. Indeed, it was a Hadoop misconfiguration issue. Now it works fine howerver I am not able to capture the lineage. Nothing appears on the Spline UI. Actually, I used the docker deployement. Do I need to specifiy something when running this cmd? mvn test -P examples -D exampleClass=za.co.absa.spline.example.batch.Example1Job |
Beta Was this translation helpful? Give feedback.
-
When there are any problems during capturing lineage they all should appear in logs. Please examine them closer. |
Beta Was this translation helpful? Give feedback.
-
Indeed, I modified the spline.mode to REQUIRED and I was able to capture the lineage. In the Spline UI, when i access detailed lineage. I am not able to get informations about operations/transformations. Actually, I get this error when I click on an operation icon:
Thank you for your help. |
Beta Was this translation helpful? Give feedback.
-
Please another question because along with examples, I wanted to run pyspark code. I followed the instruction by running like this :
This is the code that I was trying to run with pyspark similar to the one in the python example:
The code executes with no error. However, no lineage is captured . Any idea why ? |
Beta Was this translation helpful? Give feedback.
-
Regarding UI error, please take a look at the server response body. When 500 happens the server should respond with a unique error ID. Use that ID to find the corresponding server side error (in the Spline Server logs). There you should be able to find more details. |
Beta Was this translation helpful? Give feedback.
-
Regarding why the lineage is not captured. As I already explained above, there could be many reasons, and 99% of them should be reflected in logs. Use DEBUG, or even TRACE level to find even more details, but generally INFO level should give you sufficient amount of information. |
Beta Was this translation helpful? Give feedback.
-
That is a complete non-sense. Where did you take it from? |
Beta Was this translation helpful? Give feedback.
-
Hello again, I was trying to find users' examples on the web. I think with older versions of spline, some examples used to have this. I can relate now that is not the case. I managed so far to cpature lineage and learn from my mistakes. Thank you for the work you are doing. |
Beta Was this translation helpful? Give feedback.
-
Those properties never existed, it's purely a result of internet users' creativity :) |
Beta Was this translation helpful? Give feedback.
-
Hello,
I am new to Spline. I was trying to run the example mentioned in the README file but I got this error:
Any help please :) !
DB
Beta Was this translation helpful? Give feedback.
All reactions