Re: Dennis Mårtensson

2012-06-11 Thread Harsh J
Dennis,

Hadoop is an open source project under the Apache Software Foundation.
Anyone and everyone is welcome to contribute to it. There are no
'insiders' or 'outsiders' here when it comes to contributions :)

You may start by picking up some low hanging fruits in MapReduce
project, listed at our bug tracker:
https://issues.apache.org/jira/secure/IssueNavigator!executeAdvanced.jspa?jqlQuery=project+%3D+MAPREDUCE+AND+resolution+%3D+Unresolved+AND+labels+%3D+newbie+AND+status+%3D+Open&runQuery=true&clear=true

Feel free to reach out to us over common-dev@ or mapreduce-dev@ if you
need some more help on any task! Some of us also hang out on #hadoop
on FreeNode IRC, if you prefer that.

On Tue, Jun 12, 2012 at 3:34 AM, Dennis Mårtensson  wrote:
> Hi my name is Dennis Mårtensson,
>
> I am a student and developer. Over the summer I am doing Hacker school. I am 
> interested in the map reduce project. I have started to look at your the code 
> and i like to try to contribute to the hadoop project. Is the contraptions 
> done be the people over at cloudera or is it possible to contribute as an 
> outsider?
>
> Do someone that are in to the project willing to recommend my an task to 
> start with?
>
> Regards
>
> Dennis Mårtensson
>
> Dennis Mårtensson
> 0768670934
> m...@dennis.is
> QR kod för inläsning av kontakt data i mobiltelefon.
>



-- 
Harsh J


Re: Dennis Mårtensson

2012-06-11 Thread madhu phatak
Hi Dennis,
 For contributing to Hadoop, please refer to this guide
http://wiki.apache.org/hadoop/HowToContribute

On Tue, Jun 12, 2012 at 3:34 AM, Dennis Mårtensson  wrote:

> Hi my name is Dennis Mårtensson,
>
> I am a student and developer. Over the summer I am doing Hacker school. I
> am interested in the map reduce project. I have started to look at your the
> code and i like to try to contribute to the hadoop project. Is the
> contraptions done be the people over at cloudera or is it possible to
> contribute as an outsider?
>
> Do someone that are in to the project willing to recommend my an task to
> start with?
>
> Regards
>
> Dennis Mårtensson
>
> Dennis Mårtensson
> 0768670934
> m...@dennis.is
> QR kod för inläsning av kontakt data i mobiltelefon.
>
>


-- 
https://github.com/zinnia-phatak-dev/Nectar


[jira] [Reopened] (HADOOP-8491) Check for short writes when using FileChannel#write and related methods

2012-06-11 Thread Tsz Wo (Nicholas), SZE (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8491?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Tsz Wo (Nicholas), SZE reopened HADOOP-8491:



[WARNING] 
/home/jenkins/jenkins-slave/workspace/PreCommit-HDFS-Build/trunk/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/IOUtils.java:260:
 warning - @param argument "offset" is not a parameter name.

Why the patch was committed without Jerkins' +1?

> Check for short writes when using FileChannel#write and related methods
> ---
>
> Key: HADOOP-8491
> URL: https://issues.apache.org/jira/browse/HADOOP-8491
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 2.0.0-alpha
>Reporter: Colin Patrick McCabe
>Assignee: Colin Patrick McCabe
>Priority: Minor
> Fix For: 2.0.1-alpha
>
> Attachments: HADOOP-8491.001.patch, HADOOP-8491.002.patch
>
>
> We need to check for short writes when using WritableByteChannel#write and 
> related methods.

--
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] (HADOOP-8504) OfflineImageViewer throws an NPE

2012-06-11 Thread Ravi Prakash (JIRA)
Ravi Prakash created HADOOP-8504:


 Summary: OfflineImageViewer throws an NPE
 Key: HADOOP-8504
 URL: https://issues.apache.org/jira/browse/HADOOP-8504
 Project: Hadoop Common
  Issue Type: Bug
Reporter: Ravi Prakash


Courtesy [~mithun]
Exception in thread "main" java.lang.NullPointerException
at 
org.apache.hadoop.security.authentication.util.KerberosName.getShortName(KerberosName.java:371)
at org.apache.hadoop.security.User.(User.java:48)
at org.apache.hadoop.security.User.(User.java:43)
at 
org.apache.hadoop.security.UserGroupInformation.createRemoteUser(UserGroupInformation.java:857)
at 
org.apache.hadoop.security.token.delegation.AbstractDelegationTokenIdentifier.getUser(AbstractDelegationTokenIdentifier.java:91)
at 
org.apache.hadoop.hdfs.security.token.delegation.DelegationTokenIdentifier.toString(DelegationTokenIdentifier.java:61)
at 
org.apache.hadoop.hdfs.tools.offlineImageViewer.ImageLoaderCurrent.processDelegationTokens(ImageLoaderCurrent.java:222)
at 
org.apache.hadoop.hdfs.tools.offlineImageViewer.ImageLoaderCurrent.loadImage(ImageLoaderCurrent.java:185)
at 
org.apache.hadoop.hdfs.tools.offlineImageViewer.OfflineImageViewer.go(OfflineImageViewer.java:129)
at 
org.apache.hadoop.hdfs.tools.offlineImageViewer.OfflineImageViewer.main(OfflineImageViewer.java:250)

--
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] [Resolved] (HADOOP-8424) Web UI broken on Windows because classpath not setup correctly

2012-06-11 Thread Arun C Murthy (JIRA)

 [ 
https://issues.apache.org/jira/browse/HADOOP-8424?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arun C Murthy resolved HADOOP-8424.
---

   Resolution: Fixed
Fix Version/s: (was: 1.1.0)
   1-win

I just committed this. Thanks Bikas!

> Web UI broken on Windows because classpath not setup correctly
> --
>
> Key: HADOOP-8424
> URL: https://issues.apache.org/jira/browse/HADOOP-8424
> Project: Hadoop Common
>  Issue Type: Bug
>Affects Versions: 1.0.0
>Reporter: Bikas Saha
>Assignee: Bikas Saha
> Fix For: 1-win
>
> Attachments: HADOOP-8424.branch-1-win.1.patch, 
> HADOOP-8424.branch-1-win.2.patch, HADOOP-8424.branch-1-win.patch
>
>
> The classpath is setup to include the hadoop jars before the build webapps 
> directory and that upsets jetty when it is trying to resolve the webapp 
> classes.

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




Re: snappy could deal with empty file in version 1.02

2012-06-11 Thread 林育智
2012/6/11  

> hi all:
> i use snappy in map output,then in hive:
> set hive.exec.compress.output=true;insert overwrite table test2 select
> * from test1;
> the table test1 is null,then will create a empty file in test2, it's
> size is 4bytes, all zero.  when use "select * from test2" it will occur a
> eof exception. In the class BlockDecompressorStream,the decompress logical
> is :1,read the original size of chunk(4bytes);2,read size of compressed
> chunk(4bytes). but the empty file in snappy only 4 bytes.then eof exception
> occur in the step 2.  any one could help me,thx.
>


snappy could deal with empty file in version 1.02

2012-06-11 Thread 林育智
hi all:
i use snappy in map output,then in hive:
set hive.exec.compress.output=true;insert overwrite table test2 select
* from test1;