[
https://issues.apache.org/jira/browse/HIVE-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13163343#comment-13163343
]
[email protected] commented on HIVE-2362:
-----------------------------------------------------
bq. On 2011-12-05 23:39:18, John Sichi wrote:
bq. > common/src/java/org/apache/hadoop/hive/conf/HiveConf.java, line 776
bq. > <https://reviews.apache.org/r/2960/diff/2/?file=61977#file61977line776>
bq. >
bq. > Carl, there is an addResource overload which takes an InputStream.
Can't we use that plus ByteArrayOutputStream to avoid having to create a
temporary file?
I tried this approach originally, but
o.a.h.conf.Configuration.addResource(InputStream) is broken. Anything you add
using this method gets added to a list which is reloaded on every subsequent
call to addResource, which results in an unexpected EOF exception on the first
reload.
- Carl
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/2960/#review3648
-----------------------------------------------------------
On 2011-12-05 21:15:13, Carl Steinbach wrote:
bq.
bq. -----------------------------------------------------------
bq. This is an automatically generated e-mail. To reply, visit:
bq. https://reviews.apache.org/r/2960/
bq. -----------------------------------------------------------
bq.
bq. (Updated 2011-12-05 21:15:13)
bq.
bq.
bq. Review request for hive and John Sichi.
bq.
bq.
bq. Summary
bq. -------
bq.
bq. Fix for HIVE-2362.
bq.
bq.
bq. This addresses bug HIVE-2362.
bq. https://issues.apache.org/jira/browse/HIVE-2362
bq.
bq.
bq. Diffs
bq. -----
bq.
bq. eclipse-templates/.classpath b020907
bq. common/src/test/resources/hive-site.xml PRE-CREATION
bq. conf/hive-default.xml 53eca0e
bq. common/src/test/org/apache/hadoop/hive/conf/TestHiveConf.java
PRE-CREATION
bq. build-common.xml 1d162de
bq. common/build.xml 432eba5
bq. common/src/java/org/apache/hadoop/hive/conf/HiveConf.java d9b6fd5
bq.
bq. Diff: https://reviews.apache.org/r/2960/diff
bq.
bq.
bq. Testing
bq. -------
bq.
bq.
bq. Thanks,
bq.
bq. Carl
bq.
bq.
> HiveConf properties not appearing in the output of 'set' or 'set -v'
> --------------------------------------------------------------------
>
> Key: HIVE-2362
> URL: https://issues.apache.org/jira/browse/HIVE-2362
> Project: Hive
> Issue Type: Bug
> Components: CLI, Configuration
> Reporter: Carl Steinbach
> Assignee: Carl Steinbach
> Priority: Blocker
> Fix For: 0.8.0
>
> Attachments: HIVE-2362.1.patch.txt, HIVE-2362.2.patch.txt
>
>
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira