Dear Wiki user, You have subscribed to a wiki page or wiki category on "Hadoop Wiki" for change notification.
The following page has been changed by RodrigoSchmidt: http://wiki.apache.org/hadoop/Hive/GettingStarted ------------------------------------------------------------------------------ - hive configuration can be manipulated by: o editing hive-default.xml and defining any desired variables (including hadoop variables) in it - o from the cli using the set command (see below) + o from the cli using the set command (see below) + o by invoking hive using the syntax: * bin/hive -hiveconf x1=y1 -hiveconf x2=y2 this sets the variables x1 and x2 to y1 and y2
