Tripathi, AnandPadhye, VinitSunkara, Tara SasankTucker, JeremyThirunavukarasu, BhagavathiDhassPandey, VarunSharma, Rahul R.2018-11-222018-11-222017A. Tripathi and V. Padhye and T. S. Sunkara and J. Tucker and B. Thirunavukarasu and V. Pandey and R. R. Sharma, "A Transactional Model for Parallel Programming of Graph Applications on Computing Clusters," 2017 IEEE 10th International Conference on Cloud Computing (CLOUD), DOI: 10.1109/CLOUD.2017.62https://hdl.handle.net/11299/200943This paper describes the transactio-based parallel computing model of a cluster-based parallel programming framework called Beehive. The codebase of this framework is available at http://ajanta.cs.umn.edu for research and education.We present here the results of our investigation of a transactional model of parallel programming on cluster computing systems. This model is specifically targeted for graph applications with the goal of harnessing unstructured parallelism inherently present in many such problems. In this model, tasks for vertex-centric computations are executed optimistically in parallel as serializable transactions. A key-value based globally shared object store is implemented in the main memory of the cluster nodes for storing the graph data. Task computations read and modify data in the distributed global store, without any explicitly programmed message-passing in the application code. Based on this model we developed a framework for parallel programming of graph applications on computing clusters. We present here the programming abstractions provided by this framework and its architecture. Using several graph problems we illustrate the simplicity of the abstractions provided by this model. These problems include graph coloring, k-nearest neighbors, and single-source shortest path computation. We also illustrate how incremental computations can be supported by this programming model. Using these problems we evaluate the transactional programming model and the mechanisms provided by this framework.enParallel programmingConcurrency ControlCluster ComputingDatabase TransactionsGraph AlgorithmsA Transactional Model for Parallel Programming of Graph Applications on Computing ClustersConference Paper10.1109/CLOUD.2017.62