Wednesday, May 3, 2017

Windows PID kill

taskkill /PID 5708

to kill it with force

taskkill /f  /pid 5708

No comments:

Post a Comment

Distributed Computing: A Guide to Comparing Data Between Hive Tables Using Spark

In big data, efficient data comparison is essential for ensuring data integrity and validating data migrations. Apache Spark, with its in-me...