jackylee-ch commented on a change in pull request #35185:
URL: https://github.com/apache/spark/pull/35185#discussion_r830735879



##########
File path: core/src/main/scala/org/apache/spark/status/storeTypes.scala
##########
@@ -286,6 +289,7 @@ private[spark] class TaskDataWrapper(
       taskId,
       index,
       attempt,
+      partitionId,
       new Date(launchTime),

Review comment:
       Firstly, use old spark-client to generate eventLog and leveldb with 
these configs;
   ```
   spark.history.fs.logDirectory       /tmp/spark-client/spark-old/eventLog
   spark.history.store.path            /tmp/spark-client/spark-old/kvstore
   spark.history.store.hybridStore.diskBackend     LEVELDB
   ```
   Then, use new spark-client to read eventLog and level db with the configs in 
step 1;
   
   These are the reproduce steps and configs that I have used. @Ngone51 




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to