I'm trying to figure out how to use the BulkLoader, and it looks like there's no way to run it against a local machine, because of this:
Set<InetAddress> hosts = Gossiper.instance.getLiveMembers(); hosts.remove(FBUtilities.getLocalAddress()); if (hosts.isEmpty()) throw new IllegalStateException("Cannot load any sstable, no live member found in the cluster"); Is this intended behavior? May I ask why? We'd like to be able to run it against the local machine. Cheers, Steve