Re: Error : \apache-drill-1.1.0\conf was unexpected at this time.

2015-08-29 Thread Abdel Hakim Deneche
I never tried it but I think Drill should run on Windows, or at least start. Also, several users reported they were able to run Drill with JDK 8.0. Do you have JDK installed or just the JRE ? Drill requires the JDK and not just the Java runtime. On Sat, Aug 29, 2015 at 9:48 AM, Edmon Begoli wrot

Re: Error : \apache-drill-1.1.0\conf was unexpected at this time.

2015-08-29 Thread Edmon Begoli
To make it easier, given that Oracle pushes Java 8 automatically on desktops, have a separate Java 7 install and have a startup script for Drill that sets JAVA_HOME to Java 7. On Saturday, August 29, 2015, Kristine Hahn wrote: > Paolo--Screenshots do not show up in user list email. Drill doesn't

Re: impersonation question

2015-08-29 Thread Venki Korukanti
Configuration seems to be right. Not sure what the problem in this case. We have a unittest which tests the similar scenario (access through group permissions) on MiniDFS. Are the user group settings same on all nodes in the cluster? If yes, then this is a bug. Please log one with details of the un

Re: Error : \apache-drill-1.1.0\conf was unexpected at this time.

2015-08-29 Thread Kristine Hahn
Paolo--Screenshots do not show up in user list email. Drill doesn't support Java 8 as the docs say. I tried to install Drill 1.1.0 on Windows 7 using JDK 8 from Oracle to see if it would work despite lack of official support. Drill does not start up. Sorry for the bad news. On Saturday, August 29,

Re: impersonation question

2015-08-29 Thread Sungwook Yoon
So, for the same view, if I change the owner, then it works. BUT, adding group, or changing group does NOT work. Sungwook On Sat, Aug 29, 2015 at 11:14 AM, Sungwook Yoon wrote: > > I tracked to the foreman, this log may give you a better idea? > > [Error Id: edbf878d-e96d-4997-b498-1714cac21fa

Re: impersonation question

2015-08-29 Thread Sungwook Yoon
I tracked to the foreman, this log may give you a better idea? [Error Id: edbf878d-e96d-4997-b498-1714cac21fa0 ] at org.apache.drill.common.exceptions.UserException$Builder.build(UserException.java:523) ~[drill-common-1.1.0.jar:1.1.0] at org.apache.drill.exec.planner.sql.DrillSqlWo

Re: impersonation question

2015-08-29 Thread Sungwook Yoon
I enabled foreman debug in logback.xml What else should I enable? The only I change made to drill-override.conf are following lines, drill.exec.impersonation: { enabled: true, max_chained_user_hops: 3 } And, these are my drill-env. DRILL_MAX_DIRECT_MEMORY="8G" DRILL_HEAP="4G

Re: impersonation question

2015-08-29 Thread Venki Korukanti
The error callstack pasted is generic. If debug not enabled, can you enable debug logs and run the query again to see if there are any other warnings or debug messages? In any case, please log a bug with repro steps and also config changes made (both in drill-override.conf and drill-env.sh) Thank

Re: impersonation question

2015-08-29 Thread Sungwook Yoon
'uuu' can hadoop cat on that view file. and here is the log, of the error, 2015-08-29 11:38:07,528 [Client-1] INFO o.a.d.j.i.DrillResultSetImpl$ResultsListener - [#3] Query failed: org.apache.drill.common.exceptions.UserRemoteException: PARSE ERROR: From line 1, column 15 to line 1, column 23: Ta

Re: impersonation question

2015-08-29 Thread Venki Korukanti
Can you check the logs to see if there are any permission errors? Also is the user 'uuu' has access to read the directory where the view is present? You can also try login to shell as user 'uuu' and 'hadoop cat' to read the view file. If the 'hadoop cat' succeeds here, Drill should be able to read

impersonation question

2015-08-29 Thread Sungwook Yoon
Hi, Drill 1.1.0 I created a view 'vvv' and changed group of it to group 'ggg'; Then, I ran sqlline as another user 'uuu'; 'uuu' belongs to group 'ggg' When 'uuu' tried to read 'vvv', it fails with following error, Error: PARSE ERROR: From line 1, column 15 to line 1, column 23: Table 'vvv' not

Re: Hive execution error

2015-08-29 Thread Venki Korukanti
It looks like you have HA configuration on HDFS cluster. HA related parameters are not available to the Hive storage plugin. Try passing the HA related parameters (such as dfs.nameservices, dfs.ha.namenodes.nameservice1 etc) from core-site.xml to Hive storage plugin config section. More on this her

Re: Hive execution error

2015-08-29 Thread Abhishek Girish
I'm assuming you meant you are hitting the original issue of nameservice1 not being resolved. Can you paste contents of your hive-site.xml, Drill hive plug-in and log snippets with relevant errors onto something like https://gist.github.com/? -Abhishek On Fri, Aug 28, 2015 at 11:27 PM, Kartik Bh

Re: Error : \apache-drill-1.1.0\conf was unexpected at this time.

2015-08-29 Thread Paolo Spanevello
Hi Abdel, as I showed in the screen shot the enviroments is : java version "1.8.0_60" Java(TM) SE Runtime Environment (build 1.8.0_60-b27) Java HotSpot(TM) Client VM (build 25.60-b23, mixed mode) I followed the steps from this link: http://drill.apache.org/docs/drill-in-10-minutes/ I put the fo

Re: Error : \apache-drill-1.1.0\conf was unexpected at this time.

2015-08-29 Thread Abdel Hakim Deneche
Hi Paolo, Can you tell us the steps you followed to install Drill and what environment you are running on ? Thanks On Sat, Aug 29, 2015 at 5:05 AM, Paolo Spanevello wrote: > Dear All, > I installed the apache drill 1.1 but i'm getting this error. How can i > avoid it? > > Thanks for your suppo

Error : \apache-drill-1.1.0\conf was unexpected at this time.

2015-08-29 Thread Paolo Spanevello
Dear All, I installed the apache drill 1.1 but i'm getting this error. How can i avoid it? Thanks for your support. Best, Paolo [image: Immagine incorporata 2]