Dear Wiki user, You have subscribed to a wiki page or wiki category on "Lucene-hadoop Wiki" for change notification.
The following page has been changed by udanax: http://wiki.apache.org/lucene-hadoop/Hbase/HbaseShell ------------------------------------------------------------------------------ [[BR]]LIMIT=1;''-~ == Insert data into a table == - ~-''INSERT movieLog_table ('year:', 'length:', 'inColor:', 'studioName:', 'vote:user_1', 'producer') + ~-''INSERT movieLog_table ('year:', 'length:', 'inColor:', 'studioName:', 'vote:user_1', 'producer:') [[BR]]VALUES ('1977', '124', 'true', 'Fox', '5', 'George Lucas') [[BR]]WHERE row='Star Wars';''-~ - ~-''INSERT movieStar_table ('biography:', 'filmography:Star Wars', 'gender:', 'birthDate') + ~-''INSERT movieStar_table ('biography:', 'filmography:Star Wars', 'gender:', 'birthDate:') [[BR]]VALUES ('blah~', 'starring', 'male', 'March 31, 1971') [[BR]]WHERE row='Ewan Gordon Mc.Gregor';''-~