On Thu, Aug 7, 2014 at 3:28 PM, Ameya Aware <[email protected]> wrote: > Ok. I agree that i am pointing to same table location but those are two > different tables.
Two different table definitions that point to the same underlying data. You've created two tables and told them both to find their source data in the same location. If you let Blur handle the locations for you, by creating a default location (blur.cluster.default.table.uri) in blur-site.properties[1] and then don't pass a location on the shell, you'll get the behavior you want. [1] - http://incubator.apache.org/blur/docs/0.2.3/cluster-setup.html#general-blur-site > If i am querying one of them then only data corresponding to that table > should return, isnt it? No, because those two tables in your case are pointing to the same index underneath. --tim
