[jira] [Created] (HIVE-2930) Add license to the

2012-04-06 Thread Owen O'Malley (Created) (JIRA)
Add license to the 
---

 Key: HIVE-2930
 URL: https://issues.apache.org/jira/browse/HIVE-2930
 Project: Hive
  Issue Type: Improvement
Reporter: Owen O'Malley
Assignee: Owen O'Malley
Priority: Blocker


We need to clean up the RAT report to 0. Apache projects aren't supposed to 
release until they have shown that all of their files have proper headers.

Note that although most of the files are just missing headers, some of them 
explicitly say copyright by facebook and released under the Thrift (not Apache) 
license. I'll generate a list of them, but I'd really appreciate it if someone 
from facebook could in verify that they intend to license them to Apache.

--
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




[jira] [Created] (HIVE-2924) Clean up warnings in RCFile

2012-04-03 Thread Owen O'Malley (Created) (JIRA)
Clean up warnings in RCFile
---

 Key: HIVE-2924
 URL: https://issues.apache.org/jira/browse/HIVE-2924
 Project: Hive
  Issue Type: Improvement
Reporter: Owen O'Malley


Currently we get a couple of warnings in compiling RCFile and I want to clean 
them up.

--
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




[jira] [Created] (HIVE-2911) Move global .hiverc file

2012-03-28 Thread Owen O'Malley (Created) (JIRA)
Move global .hiverc file


 Key: HIVE-2911
 URL: https://issues.apache.org/jira/browse/HIVE-2911
 Project: Hive
  Issue Type: Improvement
  Components: CLI
Reporter: Owen O'Malley
Assignee: Owen O'Malley


Currently, the .hiverc files are loaded from:

{code}
$HIVE_HOME/bin/.hiverc
~/.hiverc
{code}

It seems more ops-friendly to have it in the config directory.

{code}
$HIVE_HOME/bin/.hiverc  <- for backwards compatibility
$HIVE_CONF_DIR/.hiverc
~/.hiverc
{code}


--
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




[jira] [Created] (HIVE-2898) Add nicer helper functions for adding and reading metadata from RCFiles

2012-03-23 Thread Owen O'Malley (Created) (JIRA)
Add nicer helper functions for adding and reading metadata from RCFiles
---

 Key: HIVE-2898
 URL: https://issues.apache.org/jira/browse/HIVE-2898
 Project: Hive
  Issue Type: New Feature
  Components: Serializers/Deserializers
Reporter: Owen O'Malley
Assignee: Owen O'Malley


Currently, to use the metadata in RCFile, you need to manipulate it using 
SequenceFile.Metadata. I'd like to add two helper functions that make it more 
convenient.

--
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




[jira] [Created] (HIVE-2894) RCFile Reader doesn't provide access to Metadata

2012-03-22 Thread Owen O'Malley (Created) (JIRA)
RCFile Reader doesn't provide access to Metadata


 Key: HIVE-2894
 URL: https://issues.apache.org/jira/browse/HIVE-2894
 Project: Hive
  Issue Type: New Feature
Reporter: Owen O'Malley
Assignee: Owen O'Malley


Currently the RCFile writer can add metadata to an RCFile, but the reader 
doesn't provide an accessor. I'd like to add one.

--
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




[jira] [Created] (HIVE-2879) Add "rat" target to build to look for missing license headers

2012-03-19 Thread Owen O'Malley (Created) (JIRA)
Add "rat" target to build to look for missing license headers
-

 Key: HIVE-2879
 URL: https://issues.apache.org/jira/browse/HIVE-2879
 Project: Hive
  Issue Type: Improvement
Reporter: Owen O'Malley
Assignee: Owen O'Malley


We should have a "rat" target that can generate an Apache RAT report. RAT is 
used for finding missing license headers.

--
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




[jira] [Created] (HIVE-2850) Remove zero length files

2012-03-06 Thread Owen O'Malley (Created) (JIRA)
Remove zero length files


 Key: HIVE-2850
 URL: https://issues.apache.org/jira/browse/HIVE-2850
 Project: Hive
  Issue Type: Improvement
Reporter: Owen O'Malley
Assignee: Owen O'Malley


There are also zero-length non-source files that need to be removed.

--
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




[jira] [Created] (HIVE-2849) Use the MapReduce output committer

2012-03-06 Thread Owen O'Malley (Created) (JIRA)
Use the MapReduce output committer
--

 Key: HIVE-2849
 URL: https://issues.apache.org/jira/browse/HIVE-2849
 Project: Hive
  Issue Type: Improvement
Reporter: Owen O'Malley


Currently Hive implements its own output committers based on the size of the 
files using regexes to parse out the task ids. The MapReduce output committers 
are very stable and use a two phase commit from the JobTracker.

--
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




[jira] [Created] (HIVE-2841) Fix javadoc warnings

2012-03-06 Thread Owen O'Malley (Created) (JIRA)
Fix javadoc warnings


 Key: HIVE-2841
 URL: https://issues.apache.org/jira/browse/HIVE-2841
 Project: Hive
  Issue Type: Improvement
Reporter: Owen O'Malley


We currently have 219 warnings out of Javadoc and I'd like to fix them all.

--
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




[jira] [Created] (HIVE-2835) Change default configuration for hive.exec.dynamic.partition

2012-03-02 Thread Owen O'Malley (Created) (JIRA)
Change default configuration for hive.exec.dynamic.partition


 Key: HIVE-2835
 URL: https://issues.apache.org/jira/browse/HIVE-2835
 Project: Hive
  Issue Type: Improvement
Reporter: Owen O'Malley
Assignee: Owen O'Malley


I think we should enable dynamic partitions by default.

--
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




[jira] [Created] (HIVE-2753) Remove empty java files

2012-01-26 Thread Owen O'Malley (Created) (JIRA)
Remove empty java files
---

 Key: HIVE-2753
 URL: https://issues.apache.org/jira/browse/HIVE-2753
 Project: Hive
  Issue Type: Bug
Reporter: Owen O'Malley
Assignee: Owen O'Malley


When looking at the 0.8.1 rc1, I discovered there were a set of empty Java 
files that were likely left over from using 'patch' without the -E.

{quote}
jdbc/src/java/org/apache/hadoop/hive/jdbc/JdbcSessionState.java
ql/src/java/org/apache/hadoop/hive/ql/exec/ExprNodeIndexEvaluator.java
ql/src/java/org/apache/hadoop/hive/ql/exec/MapJoinObject.java
ql/src/java/org/apache/hadoop/hive/ql/exec/PathUtil.java
ql/src/java/org/apache/hadoop/hive/ql/exec/TypedBytesRecordReader.java
ql/src/java/org/apache/hadoop/hive/ql/plan/AlterPartitionProtectModeDesc.java
ql/src/java/org/apache/hadoop/hive/ql/plan/TouchDesc.java
ql/src/test/org/apache/hadoop/hive/ql/plan/TestAddPartition.java
serde/src/gen-java/org/apache/hadoop/hive/serde/test/Constants.java
shims/src/0.20/java/org/apache/hadoop/fs/ProxyFileSystem.java
shims/src/0.20/java/org/apache/hadoop/fs/ProxyLocalFileSystem.java
{quote}

--
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




[jira] [Created] (HIVE-2711) Make the header of RCFile unique

2012-01-12 Thread Owen O'Malley (Created) (JIRA)
Make the header of RCFile unique


 Key: HIVE-2711
 URL: https://issues.apache.org/jira/browse/HIVE-2711
 Project: Hive
  Issue Type: Bug
  Components: Serializers/Deserializers
Reporter: Owen O'Malley


The RCFile implementation was copied from Hadoop's SequenceFile and copied the 
'magic' string in the header. This means that you can't use the header to 
distinguish between RCFiles and SequenceFiles.

I'd propose that we create a new header for RCFiles (RCF?) to replace the 
current SEQ. To maintain compatibility, we'll need to continue to accept the 
current 'SEQ\06' and just make new files contain the new header.

--
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