Everyone logs their local hostAddress.

This commit is contained in:
Mosharaf Chowdhury 2010-11-18 09:55:19 -08:00
parent c3f354c6fc
commit 1f2662d45a

View file

@ -73,6 +73,8 @@ extends BroadcastRecipe with Logging {
}
def sendBroadcast (): Unit = {
logInfo ("Local host address: " + hostAddress)
// Store a persistent copy in HDFS
// TODO: Turned OFF for now
// val out = new ObjectOutputStream (BroadcastCH.openFileForWriting(uuid))