Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release of 2.0.4 #52

Merged
merged 17 commits into from
Mar 28, 2017
Merged
Prev Previous commit
Next Next commit
do not limit to use WASB
  • Loading branch information
CodingCat committed Mar 20, 2017
commit 61922529d7acf6f3338b6ed46003d294fa95fdaf
Original file line number Diff line number Diff line change
Expand Up @@ -114,10 +114,6 @@ object EventHubsUtils {
eventHubNamespace: String,
progressDir: String,
eventParams: Predef.Map[String, Predef.Map[String, String]]): EventHubDirectDStream = {
if (!ssc.sparkContext.isLocal) {
require(progressDir.startsWith("hdfs://") || progressDir.startsWith("adl://"),
"we only support HDFS/ADLS based progress file storage")
}
val newStream = new EventHubDirectDStream(ssc, eventHubNamespace, progressDir, eventParams)
newStream
}
Expand Down