Tag Archives: HotCloud

Three Papers Accepted at HotCloud’2018 and GRADES-NDA’2018 Workshops

Over the course of last few days, we heard back about the acceptance of three workshops papers:

  1. To Relay or Not to Relay for Inter-Cloud Transfers? — HotCloud’18
  2. Monarch: Gaining Command on Geo-Distributed Graph Analytics — HotCloud’18
  3. Bridging the GAP: Towards Approximate Graph Analytics — GRADES-NDA’18

The HotCloud ones deal with networking for and graph processing over geo-distributed analytics, while the GRADES-NDA one deals with approximate graph processing. The first of the three also happens to be the first submission and paper by my first-year student Fan Lai in collaboration with Harsha. The other two are led completely by my friend Anand at Berkeley.

Ahimsa accepted at HotCloud’2012

Update: Camera-ready is available online! Do let us know what you think in the comments section.

Our exploratory paper on the complexity of a transfer, “Redefining Network Fairness to Support Data Parallelism,” has been accepted for publication at this year’s HotCloud workshop!

In Orchestra, we defined the notion of transfers in the context of cluster computing, and in FairCloud, we argued for fairness across multiple transfers. However, we have so far been considering transfers independently of the computations they enable. Gautam observed that not all transfers are created equal: when we scale-up or -down the input to computations, input to transfers do not always scale linearly (e.g., partitioned transfers like shuffles in a MapReduce program scales linearly, whereas broadcast has a super-linear scaling factor). As a result, network fairness, when defined in terms of bandwidth, does not always match the simple goal of data parallelism: “given n times more resources, a data parallel application can expect to complete n times faster.” Ahimsa explores the notion of network fairness that can match this goal.

This year, HotCloud accepted 24 out of 75 submissions, six of which have at least one Berkeley author :)

Spark short paper has been accepted at HotCloud’10

An initial overview of our ongoing work on Spark, an iterative and interactive framework for cluster computing, has been accepted at HotCloud’10. I’ve been joined the project last February, while Matei has been working on it since last Fall. I will have uploaded the paper in the publications page. once we have taken care of the reviewer comments/suggestions, meanwhile you can read the technical report version.

This year HotCloud accepted 18 papers (24% of the submitted papers), and the PC are thinking about extending the workshop to a 2nd day from next year.