TomC.
unread,Oct 24, 2011, 12:51:47 PM10/24/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Jaql Users
How to show the IO registry options of input and output for a IO
functions. For example, given hdfs, display something like this:
{type: 'hdfs',
inoptions : {adapter :
'com.ibm.impliance.jaql.DefaultHadoopInputAdapter',
format :
'org.apache.hadoop.mapred.SequenceFileInputFormat',
configurator :
'com.ibm.impliance.jaql.FileInputConfigurator'},
outoptions: {adapter :
'com.ibm.impliance.jaql.DefaultHadoopOutputAdapter',
format :
'org.apache.hadoop.mapred.SequenceFileOutputFormat',
configurator :
'com.ibm.impliance.jaql.FileOutputConfigurator'}};