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 udanax:
http://wiki.apache.org/hadoop/Hbase/HbaseShell/HQL

------------------------------------------------------------------------------
    rs = hql.executeQuery("@ 'hdfs://app_name/install_hbase_db.txt';");
    if(rs == ok)
      ...
- 
  }}}
  
  ''A file of data definition shouldn't be called a 'query file' -- and why 
can't the file just as easily load data?  Can you think of something else to 
call it?  And its possible to do "$ cat DATA_DEFINITION_FILE|./bin/hbase shell" 
to get the same effect? St.Ack''
+ 
  ----
  == Parallel Execution Features ==
  
@@ -91, +91 @@

  
  ''Is this best implemented as part of the shell? Why not have a bin/hbase 
loader that takes the options on the command line? bryanduxbury''
  
- ''bryanduxbury: Yes. i think it should be provided on the language level, but 
I have no objection to it. ('./bin/hbase loader')'' 
+ ''bryanduxbury: Yes. i think it should be provided on the language level, but 
I have no objection to './bin/hbase loader'. Ed'' 
  === Data Dumping ===
  ----
  

Reply via email to