yifan-c commented on code in PR #15:
URL:
https://github.com/apache/cassandra-analytics/pull/15#discussion_r1333686618
##########
cassandra-analytics-core/src/main/java/org/apache/cassandra/spark/bulkwriter/CassandraContext.java:
##########
@@ -96,4 +100,14 @@ protected BulkSparkConf conf()
{
return conf;
}
+
+ // Startup Validation
+
+ @Override
+ public void startupValidate()
+ {
+ StartupValidator.instance().register(new
SidecarValidation(sidecarClient));
+ StartupValidator.instance().register(new
CassandraValidation(sidecarClient));
+ StartupValidator.instance().perform();
Review Comment:
I am OK with having it if you feel strong having it, although it feels an
over-design to me.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]