Test
收藏资源简介:
<strong>Spark Empirical</strong> <br> This dataset contains Stack Overflow manual study results for the paper "An Empirical Study on the Challenges that Developers Encounter When Developing Apache Spark Applications". the <em>data</em> folder contains the <em>Stackoverflow Manual Results.csv </em>file that is the manual analysis result for the Stack Overflow posts. The CSV file contains information on the classification of the data, the reasons and the number of views, etc. the <em>scripts</em> folder contains the python and SQL files that are used for data collection and data analysis. <em>query_data.sql</em> is used to collect data from the Stack Exchange website. <em>sample.py</em> is used to sample data for the manual analysis in the paper. <em>common_issue.py</em> is used to study the percentage of common issues in rq1. <em>popularity.py </em>is used to calculate the average of normalized view counts in rq2. <em>popularity_difficulty.py</em> is used to calculate the average of raw view counts and the median hours to receive an answer in rq2. <em>root_cuase.py</em> is used to study the percentage of root causes in rq3.



