lambda-kafka-function/src/main/java/com/amazonaws/hbase/lambda/KafkaHandler.java [62:67]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		String path = this.getClass()
				  .getClassLoader()
				  .getResource("hbase-site.xml")
				  .getPath();
		configuration.addResource(new Path(path));
		configuration.set("hbase.zookeeper.quorum",masterPrivateIpAddr );
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



lambda-kinesis-function/src/main/java/com/amazonaws/hbase/lambda/KinesisHandler.java [62:67]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
		String path = this.getClass()
				  .getClassLoader()
				  .getResource("hbase-site.xml")
				  .getPath();
		configuration.addResource(new Path(path));
		configuration.set("hbase.zookeeper.quorum",masterPrivateIpAddr );
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



