|
@@ -358,7 +358,7 @@ except ImportError, e:
|
|
|
<div class="controls">
|
|
<div class="controls">
|
|
|
<label class="radio">
|
|
<label class="radio">
|
|
|
<input data-bind="checked: saveTarget" type="radio" name="save-results-type" value="hdfs-file">
|
|
<input data-bind="checked: saveTarget" type="radio" name="save-results-type" value="hdfs-file">
|
|
|
- ${ _('In store (max %s cells)') % DOWNLOAD_CELL_LIMIT.get() }
|
|
|
|
|
|
|
+ ${ _('A file (max %s cells)') % DOWNLOAD_CELL_LIMIT.get() }
|
|
|
</label>
|
|
</label>
|
|
|
<div data-bind="visible: saveTarget() == 'hdfs-file'" class="inline">
|
|
<div data-bind="visible: saveTarget() == 'hdfs-file'" class="inline">
|
|
|
<input data-bind="value: savePath, valueUpdate:'afterkeydown', filechooser: { value: savePath, isNestedModal: true }, filechooserOptions: { uploadFile: false, skipInitialPathIfEmpty: true }, hdfsAutocomplete: savePath" type="text" name="target_file" placeholder="${_('Path to CSV file')}" class="pathChooser margin-left-10">
|
|
<input data-bind="value: savePath, valueUpdate:'afterkeydown', filechooser: { value: savePath, isNestedModal: true }, filechooserOptions: { uploadFile: false, skipInitialPathIfEmpty: true }, hdfsAutocomplete: savePath" type="text" name="target_file" placeholder="${_('Path to CSV file')}" class="pathChooser margin-left-10">
|
|
@@ -373,7 +373,7 @@ except ImportError, e:
|
|
|
<div class="controls" data-bind="visible: snippet.type() == 'hive'">
|
|
<div class="controls" data-bind="visible: snippet.type() == 'hive'">
|
|
|
<label class="radio">
|
|
<label class="radio">
|
|
|
<input data-bind="checked: saveTarget" type="radio" name="save-results-type" value="hdfs-directory">
|
|
<input data-bind="checked: saveTarget" type="radio" name="save-results-type" value="hdfs-directory">
|
|
|
- ${ _('In store (large result)') }
|
|
|
|
|
|
|
+ ${ _('A file (large result)') }
|
|
|
</label>
|
|
</label>
|
|
|
<div data-bind="visible: saveTarget() == 'hdfs-directory'" class="inline">
|
|
<div data-bind="visible: saveTarget() == 'hdfs-directory'" class="inline">
|
|
|
<input data-bind="value: savePath, valueUpdate:'afterkeydown', filechooser: { value: savePath, isNestedModal: true }, filechooserOptions: { uploadFile: false, skipInitialPathIfEmpty: true, displayOnlyFolders: true }, hdfsAutocomplete: savePath" type="text" name="target_dir" placeholder="${_('Path to empty directory')}" class="pathChooser margin-left-10">
|
|
<input data-bind="value: savePath, valueUpdate:'afterkeydown', filechooser: { value: savePath, isNestedModal: true }, filechooserOptions: { uploadFile: false, skipInitialPathIfEmpty: true, displayOnlyFolders: true }, hdfsAutocomplete: savePath" type="text" name="target_dir" placeholder="${_('Path to empty directory')}" class="pathChooser margin-left-10">
|