first you have to know that the the host operation system for running the vmware and virtual box should has the 64bit structure! if you are sure of that but still has problem for running the cloudera there problem is from the bios settings of your operation system!
in order to solve this problem , before starting the operation system of your machine you have to enter to the bios settings of the OS and change the virtualization option to enabled! this feature is disabled in most of the operation systems!
PRODUCTS
PRODUCT_ID (primary key)
PRODUCT_NAME
CATEGORIES
CATEGORY_ID (primary key)
CATEGORY_NAME
PRODUCT_CATEGORIES_MAP
PRODUCT_ID (primary key, foreign key to PRODUCTS)
CATEGORY_ID (primary key, foreign key to CATEGORIES)
QUANTITY
This will allow you to associate a product to more than one category, but not allow duplicates.