Mayur Bhosale

Results 21 comments of Mayur Bhosale

Hi, @normalscene The negative values of the driver/executor wall-clock time might be an indication of event loss while running the spark application. In the newer releases of the Sparklens, we...

With the above command itself, you should be able to see the report in the driver logs after application completion.

To get more accurate results, before you re-run see if there was an event loss in the previous runs. grep for key-word "Dropped" in the driver logs. If there was...

Hi, thanks for fixing this. Can you please add the paste of successful build. We will get this merged

@SaurabhChawla100 Should we have a separate branch for Spark 3.0 instead? I have created a new branch for Spark 3.0. If you think its better to have a separate branch...

Hi, thanks for reporting the issues. I have created the PR for the fix: https://github.com/qubole/sparklens/pull/60 It would be great if you can confirm if the new regex covers the cases....

@nithinap Thanks for reporting. [sparklens.qubole.com](sparklens.qubole.com) was down. Can you please retry now!

I'll try to take a stab at it. This is what I'm thinking: Input: URL 1. FetchNode 2. ParseNode 3. RAGNode 4. SearchLinkNode -> Get all the links on the...

It works with Java 8 only, maybe check once if your runtime version is correct and the binary+rss client jars were compiled with correct version?

RSS currently only supports local storage. Have a look at **_com.uber.rss.storage.ShuffleStorage_** for plugging in other storage