0

Does the userId of a preferenceArray need to be unique across all entries in a FastByIDMap?

I'm comparing two types of objects that contain similar traits however it's possible that their id (primary key) is not unique as it's two db tables.

Thanks.

Mike Summers
  • 2,139
  • 3
  • 27
  • 57

1 Answers1

0

Via the Mahout user mailing list, userID's in a FastByIDMap must be unique over the entire map.

Mike Summers
  • 2,139
  • 3
  • 27
  • 57