Skip to content

Instantly share code, notes, and snippets.

Thanks Maxim - I'll just go ahead and BCC you and Hentschel and move the discussion to the dev list.
Based on the comments on 1311 - did you have anything else to add to that - could we unify around 1016 or 1311 and work on getting that to a general state of acceptance? Were there any that were able to do some work on either these days? Or are we not at that point?
compile-test:
[javac] /Users/jeremyhanna/Work/hive/working/build-common.xml:317: warning: 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set to false for repeatable builds
[javac] Compiling 2 source files to /Users/jeremyhanna/Work/hive/working/build/cassandra-handler/test/classes
[javac] /Users/jeremyhanna/Work/hive/working/cassandra-handler/src/test/org/apache/hadoop/hive/cassandra/CassandraQTestUtil.java:3: cannot find symbol
[javac] symbol : class QTestUtil
[javac] location: package org.apache.hadoop.hive.ql
[javac] import org.apache.hadoop.hive.ql.QTestUtil;
[javac] ^
[javac] /Users/jeremyhanna/Work/hive/working/cassandra-handler/src/test/org/apache/hadoop/hive/cassandra/CassandraQTestUtil.java:8: cannot find symbol
[javac] symbol: class QTestUtil
java.lang.IllegalArgumentException: This file system object (hdfs://ip-10-114-89-36.ec2.internal:9000) does not support access to the request path 's3n://backlog.dev/1296648900000/32763897924550656' You possibly called FileSystem.get(conf) when you should of called FileSystem.get(uri, conf) to obtain a file system supporting your path.
at org.apache.hadoop.fs.FileSystem.checkPath(FileSystem.java:351)
at org.apache.hadoop.hdfs.DistributedFileSystem.checkPath(DistributedFileSystem.java:99)
at org.apache.hadoop.hdfs.DistributedFileSystem.getPathName(DistributedFileSystem.java:155)
at org.apache.hadoop.hdfs.DistributedFileSystem.open(DistributedFileSystem.java:178)
at org.apache.hadoop.fs.FileSystem.open(FileSystem.java:396)
at analytics.hadoop.socialdata.RawSignalFileInputFormat$MultiFileLineRecordReader.<init>(RawSignalFileInputFormat.java:53)
at analytics.hadoop.socialdata.RawSignalFileInputFormat.getRecordReader(RawSignalFileInputFormat.java:22)
at org.apache.hadoop.mapred.MapTask.runOldMapper(MapTask